{
  "name": "auth-service",
  "version": "1.8.25",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "70ET3x5XEHjoFSZZV8pg"
  },
  "jwt_secret": "TS3tvns2ZOeRQoMPRh8sov2NEU2LNKsw",
  "api_keys": {
    "stripe": "sk_live_THnQtvuCJshekajMy98bAQ0D",
    "sendgrid": "SG.9H6JPMuBvquIGJaN5PJwWO",
    "twilio_sid": "AC34073e5505a3bc1ed8ce50bbc620cf77"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}