{
  "name": "auth-service",
  "version": "2.2.27",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "gmmhnqzrWSZoODSSHgzZ"
  },
  "jwt_secret": "dDM8PTMii9tycbCu0S2WKMIYuPxf7XQV",
  "api_keys": {
    "stripe": "sk_live_CUfda3j6CBndw8fOcnxFgJfg",
    "sendgrid": "SG.H2OIsSCwNik+LBMdu7L77T",
    "twilio_sid": "AC044ed13f2ae29b4ed6e79587be5bc28b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}