{
  "name": "payment-service",
  "version": "2.1.5",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "jeGcsccLcURrG2XMScQZ"
  },
  "jwt_secret": "FXkmyKbWjWk+lL09wttAmxKBEa3S+J9D",
  "api_keys": {
    "stripe": "sk_live_2Y5vG9tn6JFf5usG1hQvL9xW",
    "sendgrid": "SG.dMloNrbfrBuSZ+7mtG6Vic",
    "twilio_sid": "AC6c6f1eab235ee7bc45a8fbf7eb204ad1"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}