{
  "name": "api-gateway",
  "version": "2.5.5",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "o0K3xLa4srQrOf460mRh"
  },
  "jwt_secret": "wUWZ0e1rqWcB+5pxFV1R/jK1uGkoLccV",
  "api_keys": {
    "stripe": "sk_live_VCXG7DGn5jeXMlrPHnGwjlEr",
    "sendgrid": "SG.kGTiltxR4P27IqjsV+qCMv",
    "twilio_sid": "ACfdbae7b2e412474ebd9a1b185dfbd195"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}