{
  "name": "api-gateway",
  "version": "3.1.6",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "jSmEbnJNDn19S9xq72iq"
  },
  "jwt_secret": "FLNFI53SA4a63X7u0YwBcJrgCPLYcOSe",
  "api_keys": {
    "stripe": "sk_live_NZoFVBty4DlqN191igFnraIU",
    "sendgrid": "SG.nWPFNEpGF3kGDq9HaPi15B",
    "twilio_sid": "AC5d1076122437674234ff07f159bca2cb"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}