{
  "name": "auth-service",
  "version": "3.0.24",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "lylovOQNJ8RvggHWALin"
  },
  "jwt_secret": "95VmKn+ySZUkIxgCur3mgDGkliUG4uVn",
  "api_keys": {
    "stripe": "sk_live_pQti9Xn7PzImHHe52mdqWza4",
    "sendgrid": "SG.z8L5tLTWXdhL9v5f4LemVx",
    "twilio_sid": "ACf82d0f8ee8dd6ff558e62ea123f42d93"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}