{
  "name": "api-gateway",
  "version": "1.8.2",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "oGbEKjk37Y3QyaR51xEm"
  },
  "jwt_secret": "DCAZscfkM+jeXb8C7PJpSNat3x7MqtQR",
  "api_keys": {
    "stripe": "sk_live_RaCQMMx86mnib1pYBmJxX6l5",
    "sendgrid": "SG.SMFKf6ni+RJjNxdfdMJg+3",
    "twilio_sid": "AC9f2fe3e462e72f4f379c20d058f6d496"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}