{
  "name": "api-gateway",
  "version": "1.8.5",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "7JfUXCruRzJe87VKFYSQ"
  },
  "jwt_secret": "DHm7d2tqwH70mnh+aKLVLMHnxX9z0lg9",
  "api_keys": {
    "stripe": "sk_live_93kllnZnBHXfm1RTiRVxhjgo",
    "sendgrid": "SG.cJ14AUsTLMa7aMS0hmOhTf",
    "twilio_sid": "ACbf832550c379cd6510a1d07dc69cc854"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}