{
  "name": "auth-service",
  "version": "2.0.19",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "gzj2he2ER2Aks1zxvcdK"
  },
  "jwt_secret": "EU1z3LzzwBjTK5Cc9wMEJ0BAQrTv5tvu",
  "api_keys": {
    "stripe": "sk_live_QSR4zda5mQ4GYQGIAQ90KA1U",
    "sendgrid": "SG.+tzl7a7b6AY71p5aMoIJJn",
    "twilio_sid": "AC5bfd3f6875070bb69480d68590769e69"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}