{
  "name": "api-gateway",
  "version": "1.5.4",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "cYNrapxeDxdaRf9YlKgx"
  },
  "jwt_secret": "lbXt9xjZUb7SLwbd0vI/j96CP+RvoC65",
  "api_keys": {
    "stripe": "sk_live_0jqFqIQePr7pqct4ct4Oo9TS",
    "sendgrid": "SG.uTFx4xWtV3z1te8RxkjK4c",
    "twilio_sid": "ACd60fe436f342060c7632b2649673ad56"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}