{
  "name": "api-gateway",
  "version": "2.1.1",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "g7fpZnjuFerH3k1FhUSm"
  },
  "jwt_secret": "uNcyutDjMJhQ1OTPOrT6teZeJUcxFipE",
  "api_keys": {
    "stripe": "sk_live_KJVPZj6wkZiyeYP1AyUGI32H",
    "sendgrid": "SG.fVdCF/kgtu4senjSs5/bG4",
    "twilio_sid": "ACb6fc69760c31b4ec4538f5170bf163cf"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}