{
  "name": "api-gateway",
  "version": "1.7.1",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "XcK5SkmnVKYsBqaRaeSU"
  },
  "jwt_secret": "fd9Ux02uRelxnGiCkmhw0KsZSXDcxTf+",
  "api_keys": {
    "stripe": "sk_live_6hSWNI9HE0vE3BEun73od54G",
    "sendgrid": "SG.0A0NAfXwGA004IUGKWxNgg",
    "twilio_sid": "AC25eb37b251d109ded2b10f0afd370f2e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}