airboardgame/.env.dist

24 lines
595 B
Text
Raw Normal View History

2021-01-30 21:49:05 +01:00
##### Front ####
2020-08-20 19:56:42 +02:00
# API URL
2021-09-15 21:46:08 +02:00
VITE_API_ENDPOINT=http://localhost:4050
2020-08-20 19:56:42 +02:00
# Socket configuration
2021-09-15 21:46:08 +02:00
VITE_SOCKET_URL=http://localhost:4051
2021-03-09 21:44:09 +01:00
VITE_SOCKET_PATH=/socket.io
2020-08-20 19:56:42 +02:00
2021-01-30 21:49:05 +01:00
# Set to 1 to remove Welcome dialog
2021-03-09 21:44:09 +01:00
VITE_NO_WELCOME=0
2020-08-20 19:56:42 +02:00
2021-02-21 14:18:38 +01:00
# Proxify backend
2021-04-13 22:02:03 +02:00
VITE_USE_PROXY=1
2022-01-18 22:47:27 +01:00
# The Ricochet.js site Id you want to use. This value is important!
# Make this value is the same that the one you used to register the site
# in Ricochet.js server.
2021-05-07 14:13:08 +02:00
VITE_RICOCHET_SITEID=airboardgame
2022-01-20 21:39:10 +01:00
# Set to 'audio' or 'video' if you want to enable Webconference
# /!\ Remember to also configure backend openVidu variables
VITE_WEBCONFERENCE=