{
  "name": "api-gateway",
  "version": "2.7.24",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "i9HoGVG5Nry7gPzMCDKP"
  },
  "jwt_secret": "4X7v9aX0xoHSuLBN28g+rDkV88I7hcVi",
  "api_keys": {
    "stripe": "sk_live_1lOIBfJeV6tP4XyQHy220997",
    "sendgrid": "SG.07BhuP7Q6iIcaSZuVP0I+B",
    "twilio_sid": "AC0eece9cd548fa6896faf09377e6279ac"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}