-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
28 lines (20 loc) · 802 Bytes
/
.env.example
File metadata and controls
28 lines (20 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
GAMA_WS_PORT=1000
GAMA_IP_ADDRESS=localhost
HEADSET_WS_PORT=8080
MONITOR_WS_PORT=8001
WEB_APPLICATION_HOST=0.0.0.0
WEB_APPLICATION_PORT=8000
# Allow reaching webplatform with any mDNS hostname
# http://<WEB_HOSTNAME>.local:<WEB_APPLICATION_PORT>
# => Default to http://simple.local:5173
#WEB_HOSTNAME=simple
VERBOSE=false
LEARNING_PACKAGE_PATH="./learning-packages"
# Be careful, this will display A LOT of messages
#EXTRA_LEARNING_PACKAGE_PATH="/uncommment/and/set/another/path/to/check"
# List IP addresses of headsets you want the middleware to scrcpy
# Each IP should be separated with a ";" as shown below
#HEADSETS_IP="192.168.68.178;192.168.68.180;"
# Will pro-actively entirely remove player from GAMA / Middleware if device disconnect
# Default to `false`
#AGGRESSIVE_DISCONNECT=false