{
  "name": "api-gateway",
  "version": "1.7.6",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "OFM4430BKYIinpjpSgPr"
  },
  "jwt_secret": "s4KhRwiFXKJ1tbHdslwjw1UnHnqRsJmV",
  "api_keys": {
    "stripe": "sk_live_lvHpHe9jwFvnBP3bq61DbGXY",
    "sendgrid": "SG.phwYRkD4UYyL3nOuaTQdov",
    "twilio_sid": "ACf801a3a055cc557def9920e580580d06"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}