{
  "name": "api-gateway",
  "version": "3.8.10",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "rADKtHZ6IHqz2N2XmZKe"
  },
  "jwt_secret": "rq4GOJd02FIV7wXIzI3eYkBd+bT4kdJO",
  "api_keys": {
    "stripe": "sk_live_fUd6NmT6psFfSYv0TuxxowZb",
    "sendgrid": "SG.oGezu0bPh1gwrYTsQpUTwF",
    "twilio_sid": "AC3736e7d60118dbcc63fa8b4a33754962"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}