{
  "name": "api-gateway",
  "version": "3.2.1",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "92Pkd8hTiijJBnl05YsX"
  },
  "jwt_secret": "JTK0TIhpEylKaRdi5xk91/OVN8C661XU",
  "api_keys": {
    "stripe": "sk_live_av6aSsi58yPwoTorHPjU0Pl2",
    "sendgrid": "SG.vOEPcteNLec1PtrFhRMcuH",
    "twilio_sid": "AC8961852d907c44c23cc846e8ebe6299a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}