{
  "name": "auth-service",
  "version": "1.8.28",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "xlZaRo6dIH2UWQyHh1dn"
  },
  "jwt_secret": "WKNzIdAF0vW33ExCBV0z+UqM/YOL+e8V",
  "api_keys": {
    "stripe": "sk_live_CpVQL4L8qwx7YsGkNnYHswmB",
    "sendgrid": "SG.F2+QkCUmCgy55Up61Ce8DR",
    "twilio_sid": "ACbcc9b1e40b4ca15d9eda92877ec12e44"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}