{
  "name": "api-gateway",
  "version": "2.9.10",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "EnmeXsDLFH9bsCHqP0yX"
  },
  "jwt_secret": "d3N02nAG5RccjKZ70Mdp3m2muWxoYxEv",
  "api_keys": {
    "stripe": "sk_live_wdVKIDVWTmAknze9umPgGXoR",
    "sendgrid": "SG.v9QPGuP95LbX4f1Gs+0Kt/",
    "twilio_sid": "ACb48ca6c2b73c37884369cb0c64fd249c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}