{
  "name": "api-gateway",
  "version": "3.6.9",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "9U8JiAj3ehy8JxH07XPo"
  },
  "jwt_secret": "O6gMccErUq08WESbpk+5fOFuMjgkd6jc",
  "api_keys": {
    "stripe": "sk_live_xNDoiRvcilHj4EqysRKdm8Yb",
    "sendgrid": "SG.9o7VLBoCPq0yDmYr6WKDVe",
    "twilio_sid": "AC4786ded33a00470074c905f6f5d8e073"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}