{
  "name": "auth-service",
  "version": "2.3.24",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "YtA6Q2oAoCzEPGjvqRBF"
  },
  "jwt_secret": "v0UHGgbm+eGThyyInRgGF6pAcp8Lgtwf",
  "api_keys": {
    "stripe": "sk_live_lyQcTXs9mbYNjN0LqGMQf627",
    "sendgrid": "SG.91hPJ9bQkWf7tzQNxgjUkB",
    "twilio_sid": "AC8084ecd07b8d2a0a1d33a7ba48ab87af"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}