{
  "name": "auth-service",
  "version": "3.4.29",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "AFyoDyejgTBQdetWNhQZ"
  },
  "jwt_secret": "/zELZAJJ4NrmI23BJG2s/bk6ECxxHA9W",
  "api_keys": {
    "stripe": "sk_live_6QETh9XMQdRybsSnNGla02OG",
    "sendgrid": "SG.P09P9/vUye3BU0xQmw6Mbx",
    "twilio_sid": "ACf0d459c5022599ca3e1e8c61d395f2e9"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}