{
  "name": "api-gateway",
  "version": "1.3.5",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "0hRkH8v0UInZd2STc2LL"
  },
  "jwt_secret": "M8DIdsNRZLC1sp+MWOqrTBwCQxWcN9Hg",
  "api_keys": {
    "stripe": "sk_live_UHDa4jEALyXMBPYf01whMfwf",
    "sendgrid": "SG.faufDZ6aNNUSbBzxLLNI26",
    "twilio_sid": "AC9574be7c423f0abbfcd71998e769b4f8"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}