{
  "name": "api-gateway",
  "version": "1.6.1",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "3WDyLP7vijpJrV3oNuKM"
  },
  "jwt_secret": "4DlRdAAGrEN7SuGVD4nQ55d8hMeuXdxs",
  "api_keys": {
    "stripe": "sk_live_dZtuXkQrdtSAKa7xUIjuL0VG",
    "sendgrid": "SG.UNRrGOflBf2/TSxgnU4Z87",
    "twilio_sid": "ACfecb67ba6e21fb285c42d8cbd1594820"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}