{
  "name": "api-gateway",
  "version": "1.9.5",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "YLaiLWwKRfJgsv4YGDbl"
  },
  "jwt_secret": "MCU3PX/j6mNEBj85L6RObtQjV/HYvH5Z",
  "api_keys": {
    "stripe": "sk_live_fGlp7e2evtAT3V6rH2BSudQu",
    "sendgrid": "SG.TIxzYfmcZIdKOyzx6wmiVQ",
    "twilio_sid": "ACd879ca6903ec2a37a61fa5b04c9bb5fb"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}