{
  "name": "api-gateway",
  "version": "2.0.2",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "eJsIDfqNsCXvr8Kc22Yp"
  },
  "jwt_secret": "OB3cRlFOWNlllBbmauomcMbGivBROXuN",
  "api_keys": {
    "stripe": "sk_live_hDLyTKnhQFOHNvA5P41LK2hh",
    "sendgrid": "SG.RamoxSycwKuG0ASegG95GC",
    "twilio_sid": "ACff3de9affb800dd9b91d459f7997728a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}