{
  "name": "api-gateway",
  "version": "1.2.9",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "cj1SOpxyiHJ27ekYXCHy"
  },
  "jwt_secret": "oIp95j+q2sOTPEYDWZuleqdZk9DgVL4M",
  "api_keys": {
    "stripe": "sk_live_8pLemMExdVGB36jRr9csQ1xT",
    "sendgrid": "SG.SJixJPuqSY758ArWk0Sn0I",
    "twilio_sid": "ACaa34343080f7e3ffc6b65ac06d07c31e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}