.env.dist 595 B

1234567891011121314151617181920212223
  1. ##### Front ####
  2. # API URL
  3. VITE_API_ENDPOINT=http://localhost:4050
  4. # Socket configuration
  5. VITE_SOCKET_URL=http://localhost:4051
  6. VITE_SOCKET_PATH=/socket.io
  7. # Set to 1 to remove Welcome dialog
  8. VITE_NO_WELCOME=0
  9. # Proxify backend
  10. VITE_USE_PROXY=1
  11. # The Ricochet.js site Id you want to use. This value is important!
  12. # Make this value is the same that the one you used to register the site
  13. # in Ricochet.js server.
  14. VITE_RICOCHET_SITEID=airboardgame
  15. # Set to 'audio' or 'video' if you want to enable Webconference
  16. # /!\ Remember to also configure backend openVidu variables
  17. VITE_WEBCONFERENCE=