{
  "name": "api-gateway",
  "version": "1.5.1",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "fyBTVNuvVdDh2rc2zrKZ"
  },
  "jwt_secret": "X1G4nR7ieURcacLNF2f5s+QCCJHgJPI4",
  "api_keys": {
    "stripe": "sk_live_FAZVzEgi867HtrorM3gn8MCG",
    "sendgrid": "SG.vI7oczmzwvKTW9DBnveAH4",
    "twilio_sid": "AC2964fe5e6e3f064229e063ea7027ac7e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}