{
  "name": "api-gateway",
  "version": "2.1.6",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "EGdoGzBe7mNjQMzHtS3l"
  },
  "jwt_secret": "Ab1wtnMcoG5SEG+/WHPkM3iv0eUQy25c",
  "api_keys": {
    "stripe": "sk_live_kNVc5PrMz6FxLiyAEZc4uNVG",
    "sendgrid": "SG.UWuREaA4sNWy3xta+HFyhq",
    "twilio_sid": "AC321a0d17e2ad83df4c68350a01f7da09"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}