{
  "name": "auth-service",
  "version": "2.8.10",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "zZ9JepyVfcpJcd4oSRXY"
  },
  "jwt_secret": "3qN67BPAmt4StRSHdt36bMu5SmVVO+fS",
  "api_keys": {
    "stripe": "sk_live_LF2vJs6ZE7CrTLtp5cPfEhdl",
    "sendgrid": "SG.eC3dTOHRW8N2Oy9lUZ4v4f",
    "twilio_sid": "ACe2b2a6c2a8965afeb9019987855c7697"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}