{
  "name": "api-gateway",
  "version": "2.0.5",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "FlmnVlYLS4K8MMA8BPD9"
  },
  "jwt_secret": "F6nb/MQYTO54JkTMuK6uASIKPsLS30Ak",
  "api_keys": {
    "stripe": "sk_live_fTxwenUhhMBxVKzgNCqcBWEJ",
    "sendgrid": "SG.8KeWj/l7PZuCId28aVhffD",
    "twilio_sid": "ACb32bc5df5c10eed75f5988254cce9d21"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}