{
  "name": "api-gateway",
  "version": "1.9.5",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "9pVW2LLys5cdqHuYmR5U"
  },
  "jwt_secret": "0Kpz9744Xzbt5SyFosG624+O2Fvy8c2L",
  "api_keys": {
    "stripe": "sk_live_jBpVZNxnY5Z79fCEo24fXmVg",
    "sendgrid": "SG.lvTqO2UjOxFZpE27VsvJYL",
    "twilio_sid": "ACfc2fab61a2f3fb0d4fa2c1aecc26e2d8"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}