{
  "name": "api-gateway",
  "version": "1.8.11",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ioea80w5TA7QVdvUAeb8"
  },
  "jwt_secret": "yBwtlg6HhADMJ3YjKtAtf+Y/F3Ml2qjt",
  "api_keys": {
    "stripe": "sk_live_Dyx4qB1t5xcqcxpLrt8OWkcj",
    "sendgrid": "SG.NwPtCI4Dm9gCjYM9VTWlJP",
    "twilio_sid": "AC4bedab589b3f4e1bdfa31b65cf204460"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}