{
  "name": "api-gateway",
  "version": "3.4.10",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "djIg7gGGj2z34Lg1wfQk"
  },
  "jwt_secret": "qMfhEetn45pWhUyRO9Zovwi6MhiWpFjr",
  "api_keys": {
    "stripe": "sk_live_EdESWIvrjeDHk7t4EW0wT197",
    "sendgrid": "SG.fsjfUnTrsF1XS5DYRgr3kL",
    "twilio_sid": "AC49da3b5d5d06199727a67e8126814405"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}