{
  "name": "auth-service",
  "version": "3.5.0",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "4F6q7h1SEwie9aYcqdub"
  },
  "jwt_secret": "uz60A0VwzAWXNGMj+D14nLon5OgN4/C2",
  "api_keys": {
    "stripe": "sk_live_5L5wZdcSxqgVAmo7aLUZegFO",
    "sendgrid": "SG.MjhI/gO8yVu3RhR2Q6nau1",
    "twilio_sid": "ACefd2227264b3fffe6f979e2185fd3124"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}