{
  "name": "auth-service",
  "version": "2.9.1",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "BiOwcFRfqiuS24cyz9gn"
  },
  "jwt_secret": "xflBUvurGFOjIPE1ZjVH37XVzJLxPamH",
  "api_keys": {
    "stripe": "sk_live_a9WTzcHnORX3pEgNY9fjxyO0",
    "sendgrid": "SG.s1/aIBvfAB+x1fbxfihLBM",
    "twilio_sid": "AC798d84b3c75ba9a27195574857dccf91"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}