{
  "name": "api-gateway",
  "version": "3.3.2",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "tK1Ov8nBrtOFPFX46ham"
  },
  "jwt_secret": "zLEYvyVQJdTPvJW02mwVdDWUZIDAFszY",
  "api_keys": {
    "stripe": "sk_live_ZqsvJejilbYj0i4w3UZlxVLL",
    "sendgrid": "SG.auydQTRIRpJyLiPCoLP80G",
    "twilio_sid": "ACb36652a6ce13060cc54a70f1caaa5a45"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}