nomad

HCL and Docker files for Nomad deployments
git clone https://git.in0rdr.ch/nomad.git
Log | Files | Refs | Pull requests

frontend-env.local.tmpl (495B)


      1 ############
      2 # Frontend #
      3 ############
      4 
      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 http API
     10 VITE_API_URI=https://api-myheats-demo.p0c.ch
     11 # Backend API port
     12 VITE_API_PORT=443
     13 # Full URI to backend websocket API
     14 VITE_WS_URI=wss://api-myheats-demo.p0c.ch
     15 # Backend API websocket port
     16 VITE_WS_PORT=443
     17 # Locale for frontend date formatting
     18 VITE_LOCALE=de-CH