{
  "name": "api-gateway",
  "version": "3.7.0",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "gFy3Y0GzydhmgeyC3ten"
  },
  "jwt_secret": "oOg8pP/yeIcPxaPzO/7ktO4+gWu6Bamg",
  "api_keys": {
    "stripe": "sk_live_hhjaUzGhdAarGuloCXewSu7H",
    "sendgrid": "SG.WocoZg2MswoK1xaCeiEcw1",
    "twilio_sid": "AC03611eb9dcd718d9d388311347b9788f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}