frontend-env.local.tmpl (452B)
1 # Full URI to backend http API 2 VITE_API_URI=https://myheats-demo.p0c.ch 3 # Backend API http port 4 VITE_API_PORT=443 5 # Application window title 6 VITE_APP_DOC_TITLE='MyHeats Demo' 7 # Cookie TTL in seconds (session ttl in the admin/judges frontend), 60m 8 VITE_SESSION_TTL=259200 #72h 9 # Full URI to backend websocket API 10 VITE_WS_URI=wss://myheats-demo.p0c.ch 11 # Backend API websocket port 12 VITE_WS_PORT=443 13 # Locale for frontend date formatting 14 VITE_LOCALE=de-CH