{
  "name": "api-gateway",
  "version": "1.2.4",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "F1giZc4mw1AKrK7jBG8B"
  },
  "jwt_secret": "Rjyv5bDW1w3VbSi+6q1j8BhwA2/kH6tU",
  "api_keys": {
    "stripe": "sk_live_ezE2PiwybUmWhWhIz3YxWRHS",
    "sendgrid": "SG.JQNPeQEUc9rm+tRQEAOOqD",
    "twilio_sid": "AC2bea0f7693c59d70ec1472e93fbf581c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}