{
  "name": "api-gateway",
  "version": "3.6.1",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "BzJBZOlVkRSQHnxNZLg3"
  },
  "jwt_secret": "wweIiQald61HFkIaW5nGSCqo6gzPBouA",
  "api_keys": {
    "stripe": "sk_live_JZusAwxZWH4lheDMpUrriz61",
    "sendgrid": "SG.aftOfRYlOWpxNV+TZ3zYX1",
    "twilio_sid": "ACe1189e778260b15f5c98563600215560"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}