{
  "name": "auth-service",
  "version": "2.3.28",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "G8tTbENYQbmFC8SOu2q1"
  },
  "jwt_secret": "CbtuRLLrQ1VhX6CgAPCAtulse1vC2EtA",
  "api_keys": {
    "stripe": "sk_live_PXW23Dc97ZWYSO5m3RL8WVjj",
    "sendgrid": "SG.fia3v6eW2xBGxypYrBRj6M",
    "twilio_sid": "AC84cc05ee1079aad1a4a03926a1cf84dc"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}