{
  "name": "auth-service",
  "version": "3.6.6",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "LhtLDboWLO3vebxm8rzt"
  },
  "jwt_secret": "v/Bhukw74y4b4HOpxVeaKlgJd1IogtYt",
  "api_keys": {
    "stripe": "sk_live_VwojrFkuW2x5vmpAWG4QlF42",
    "sendgrid": "SG.8ba0IrV8BgDUJIUMnPhbPW",
    "twilio_sid": "ACe4c486803c0a0a4082e4e2bf7a2b861c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}