{
  "name": "auth-service",
  "version": "2.2.22",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "GbVcjXd1apHCCg1BGALx"
  },
  "jwt_secret": "6b1KxQCdr4NuxMC/89iMsSNj+hflJd38",
  "api_keys": {
    "stripe": "sk_live_UxWolyozGsJR6X50BoUcDYNC",
    "sendgrid": "SG.kQoqKm2aVt0d4tPwBDB2Rl",
    "twilio_sid": "AC20e30d0992b554789c676b5074847e7d"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}