{
  "name": "api-gateway",
  "version": "1.8.1",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "vfOYIAVgwh20NXJ2pDJR"
  },
  "jwt_secret": "yCkPjzUkQX7IkoxSNIEaV+6la2Bp2DWU",
  "api_keys": {
    "stripe": "sk_live_6tWKm0D5poAxsA0p6mZAA7DS",
    "sendgrid": "SG.whZOJIaxiNSdeNPJC1erX+",
    "twilio_sid": "AC76e3d9eda8570067b03c46b23e968b4a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}