{
  "app": {
    "name": "SMA Katolik St. Louis 1 Surabaya Ticketing",
    "url": "http://localhost:5173",
    "port": "8080",
    "allowedOrigins": "http://localhost:5173,http://localhost:3000"
  },
  "auth": {
    "registrationEnabled": true,
    "loginPasswordEnabled": true,
    "loginGoogleEnabled": true,
    "googleLoginRegisteredOnly": true
  },
  "payment": {
    "gatewayEnabled": true,
    "methodsEnabled": ["qris", "gopay", "shopeepay", "bank_transfer", "credit_card"]
  },
  "queue": {
    "maxConcurrentActiveSessions": 50,
    "activeSessionDurationMinutes": 10,
    "defaultLockDurationMinutes": 10
  },
  "ui": {
    "visitorRedirectUrl": "/visitor/events"
  },
  "upload": {
    "maxFileSizeMB": 10,
    "allowedExtensions": [".jpg", ".jpeg", ".png", ".gif", ".webp"]
  },
  "school": {
    "modeEnabled": true
  }
}
