{
  "name": "api-gateway",
  "version": "1.0.12",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "0dW549P0RNcsz4ddoG8j"
  },
  "jwt_secret": "GpoPtPyoPqQg7fKCSpeUzpXwY3AeLNQc",
  "api_keys": {
    "stripe": "sk_live_7708jiAY0rsi9Czx2mdZHJpC",
    "sendgrid": "SG.VtQXOsGcCFBwSGREArtvC4",
    "twilio_sid": "AC4132f6b523cd9a9891db96a424bbfc5c"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}