{
  "name": "api-gateway",
  "version": "3.1.3",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "CaIAlKGRKgE91qASwr1c"
  },
  "jwt_secret": "VCJaoIkSEJoBcOUjam1i/4HLqU6cHc2e",
  "api_keys": {
    "stripe": "sk_live_xg55pAZnTL0FIkkhGSzNJOSy",
    "sendgrid": "SG.v/H7PwWjym0FzvJHrgwoWI",
    "twilio_sid": "AC88e7ba166fc017dd93523562f91be622"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}