{
  "name": "auth-service",
  "version": "1.9.0",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "5ILbdy22XnQhiNRsPq5S"
  },
  "jwt_secret": "XDZezSfaox0Qycf0K/kfdDnQaahTZ7d8",
  "api_keys": {
    "stripe": "sk_live_MzpCSRNKfcxZGSWoQr2Fhcrj",
    "sendgrid": "SG.V1U+Z9AFoGTCq6DFLNmZFe",
    "twilio_sid": "AC29a3d1efe5a2563f5bbba1cd12690446"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}