{
  "name": "api-gateway",
  "version": "3.9.0",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "O9TWv5HFUZoFB8YPaRym"
  },
  "jwt_secret": "CJ2OgjhUZq2vA8WISXTjND+s4xcoyOvF",
  "api_keys": {
    "stripe": "sk_live_EjHCIn9mIfC2sLqyzoUKN5PQ",
    "sendgrid": "SG.tgZlh1Hq7w8ir7fcnq4Ri/",
    "twilio_sid": "ACadff4d66ce8e350583cc04f2ac9f36b5"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}