{
  "name": "auth-service",
  "version": "3.7.15",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Tzs6f6q4EFtYZMp4obMF"
  },
  "jwt_secret": "bqj1lupGIqXLtMa5q+XSm/f3busZo7Dp",
  "api_keys": {
    "stripe": "sk_live_QezLpBohH2Nx4WBHDGQpV8dX",
    "sendgrid": "SG.y+EL4lp+7EKIoUHoY264oa",
    "twilio_sid": "ACa3c8305a38fb0a45329608eab5e3f20b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}