{
  "name": "api-gateway",
  "version": "1.8.2",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "7KkhUnk4DdKQn8lnE5f0"
  },
  "jwt_secret": "tirVKp/R9GTMokKHV2HjzXn+/UBhO+zi",
  "api_keys": {
    "stripe": "sk_live_ACBJ7nkHkO5ArKthmHrfkxH5",
    "sendgrid": "SG.J2bMGeNfV5usJp+q2vcPzr",
    "twilio_sid": "AC3df456e27f93e6fefd64f1cc85b3c803"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}