{
  "name": "api-gateway",
  "version": "2.7.9",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "gowELuT7boeefTZioUQs"
  },
  "jwt_secret": "XJor1pXOrST5dPRl6V+wAGmYC5pjHyEs",
  "api_keys": {
    "stripe": "sk_live_U8R0W0buHS8nv1W8WPFrEWwV",
    "sendgrid": "SG.Ic1c22MUVLVXalugCGj+Ro",
    "twilio_sid": "ACd33408f6eaf214526c4e1a8bcc619dda"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}