{
  "name": "auth-service",
  "version": "1.9.27",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "zjmcTEqXxh2nm9NZllAb"
  },
  "jwt_secret": "6hQsRZOS1Q7xZsK7yDelWi8x+wlr7SXn",
  "api_keys": {
    "stripe": "sk_live_gLyI77QT3rZKFiNtx3oK5kuD",
    "sendgrid": "SG.XdbrG4LA+PFpOuh4r2EuSW",
    "twilio_sid": "ACc0dbcfe8f77eb2c9921eb833d3825cc2"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}