{
  "name": "api-gateway",
  "version": "1.0.3",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "JmNkD7Wm0y5IOPEpqrm6"
  },
  "jwt_secret": "89P5CmdxbYel0s/HT6vOwD1UV6/67OZ4",
  "api_keys": {
    "stripe": "sk_live_23XINGbSOPL6Si2kpYNpgKAi",
    "sendgrid": "SG.9KXJvOnT5RnUndZcUhGaLO",
    "twilio_sid": "AC93ab51d8735210a7a83996df66fa3e10"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}