{
  "name": "api-gateway",
  "version": "2.5.7",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "eH0NTz09QK9N76Aanyt7"
  },
  "jwt_secret": "TQIQQkZwszRg7KU+bRFqFXcxZZ/BxoOY",
  "api_keys": {
    "stripe": "sk_live_NmuieLykIlyqsgNrbEvuwq4L",
    "sendgrid": "SG.kArXLCu7eMGq14kawokqFB",
    "twilio_sid": "ACc1dd6fa79d0de9388277c1908d892f5d"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}