{
  "name": "api-gateway",
  "version": "2.2.1",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "hDZKh3a3a8usFqigmGnB"
  },
  "jwt_secret": "nZgP1pjzU4XjDJL2vtwsJAd5ZFaWe1lu",
  "api_keys": {
    "stripe": "sk_live_mh4YRGUo7hnPDZMxuxX340iV",
    "sendgrid": "SG.zXCWwHPf6Q5Rs1CKw5KpEy",
    "twilio_sid": "ACebfe787d4f2164d6c92b80d30ff9be85"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}