{
  "name": "api-gateway",
  "version": "2.2.0",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "WU2qFAxeQDAJskehpts8"
  },
  "jwt_secret": "YMTNEa0Eu7HIsmXGPi5jB/J2dp0shyAe",
  "api_keys": {
    "stripe": "sk_live_Em0wWLC9rWDE9Ibgjss70Mu5",
    "sendgrid": "SG.hLJ3UOUxTWCak3Myi5Bzlr",
    "twilio_sid": "AC0364d738cbf60a3efd7ae1e17b48ae5f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}