{
  "name": "auth-service",
  "version": "2.5.18",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "DRsTjAaqFPUdWANLLHNZ"
  },
  "jwt_secret": "sU7gxkSBSWL2eQUvhlLamRWWWYoL/41v",
  "api_keys": {
    "stripe": "sk_live_xgEpF3IjqFhr5pe6BaXyZJTD",
    "sendgrid": "SG.sjdSy+qxg+9Ijaqb5BOdCt",
    "twilio_sid": "ACf24b439536ff6009a6992e17a722eaec"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}