{
  "name": "auth-service",
  "version": "3.0.20",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "o4CYvW81i1sjHeMD8joV"
  },
  "jwt_secret": "/BXzeTpaZGhd5eEBszotBvWduhyohdBj",
  "api_keys": {
    "stripe": "sk_live_yFCI7dH4OY7mU24o9C2mh35Q",
    "sendgrid": "SG.cbfcaXEgN2l66qqhUpHkPJ",
    "twilio_sid": "AC07fa9875b4c129fe6ed561ad1cffcb61"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}