{
  "name": "auth-service",
  "version": "2.5.5",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "dZjiPN2gnvgsjZPREpVY"
  },
  "jwt_secret": "eNT/vAZHu3NYoNUGm8q7JMF/o8iRJcpN",
  "api_keys": {
    "stripe": "sk_live_WXZFE7lywtLPkWq3quOY6CAv",
    "sendgrid": "SG.RWHaijr4jKDueVHdG1qVjf",
    "twilio_sid": "ACf760e20271c326d40254f6ceb3cfe02e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}