{
  "name": "api-gateway",
  "version": "1.7.2",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "afzsQ4Yvn7yBInVbS1Jz"
  },
  "jwt_secret": "RDyHDB2PVY3XodwffGcRFHNGQ36V5Gxw",
  "api_keys": {
    "stripe": "sk_live_hWoTdzaZttKVhYh8BmaxsAdz",
    "sendgrid": "SG.PA5urcPcdwxC56sjx16r1L",
    "twilio_sid": "AC364617d5f29a209855f8505c982306ef"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}