{
  "name": "api-gateway",
  "version": "1.0.8",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "nkVjcWCUyHpG0tM4K7Tv"
  },
  "jwt_secret": "NVKHeKMxMwgEnJvhFYu4ng18+ZZI9P3o",
  "api_keys": {
    "stripe": "sk_live_2LfGaIuGSpUfnOwnenJyoibw",
    "sendgrid": "SG.FWf9KZIgDBgL3gQB6zQyjN",
    "twilio_sid": "AC7f9df1af90663dcc2b35962b7a6f3006"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}