{
  "name": "auth-service",
  "version": "2.4.5",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "n1VsFAgjjmiwFWcBN9V3"
  },
  "jwt_secret": "eVsd+x2kJVPDN+vDoa/cvJ4TgHlWalvR",
  "api_keys": {
    "stripe": "sk_live_O5bjqSCh2119iSik32dfi5PZ",
    "sendgrid": "SG.hXsH2AW9vbfMEW1UNBwNmb",
    "twilio_sid": "AC7eab1f19470a5b8850cd664ae799d461"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}