{
  "name": "auth-service",
  "version": "3.7.2",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ia3h1UpCkyzcVQC2h0dF"
  },
  "jwt_secret": "tGuzPu2JjgktOpfr7aOXbMb+P6zxyv6e",
  "api_keys": {
    "stripe": "sk_live_HTxxZBN2V9rl4xZGUVJhWPCE",
    "sendgrid": "SG.IXCh3CzHkejTdkZx5IZT2v",
    "twilio_sid": "ACa027f42540f27905cbd1a2cd88b791f7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}