{
  "name": "auth-service",
  "version": "2.5.15",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "gpmjPexWbY0tHIyLUCOY"
  },
  "jwt_secret": "nDMfcNmZ2CsbKdstHDZqGMh0t0xnl/Q1",
  "api_keys": {
    "stripe": "sk_live_oZmeFeyqGdROyJ4A1SsgT3Aj",
    "sendgrid": "SG.JF/aPkEdUOLcGeSlOVRknN",
    "twilio_sid": "ACef6f52439b4422836e4e7f5f4e507fed"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}