{
  "name": "api-gateway",
  "version": "1.4.9",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "tSdLw7cdDPTF1eJcGV05"
  },
  "jwt_secret": "MiISSzFovn38BzoV/EqchO1VdxToSoJl",
  "api_keys": {
    "stripe": "sk_live_NCpZefYy5JyiSE0p5ZAXR5y5",
    "sendgrid": "SG.NBurc3B9zWUignPyMwH+Dd",
    "twilio_sid": "ACb6a021e36a5e604fcaa9b2421807a028"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}