debugging eingebaut, deploy gefixt
All checks were successful
Deploy SingleChat / deploy (push) Successful in 25s
All checks were successful
Deploy SingleChat / deploy (push) Successful in 25s
This commit is contained in:
14
.env.example
Normal file
14
.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
NODE_ENV=production
|
||||
PORT=4000
|
||||
SESSION_SECRET=
|
||||
|
||||
# Relay-only Videochat via TURN
|
||||
VIDEO_TURN_URLS=
|
||||
VIDEO_TURN_USERNAME=
|
||||
VIDEO_TURN_CREDENTIAL=
|
||||
|
||||
# Optional zusaetzliche STUN-Server
|
||||
VIDEO_STUN_URLS=
|
||||
|
||||
# Optional: komplette ICE-Serverliste als JSON statt der Einzelvariablen
|
||||
# VIDEO_ICE_SERVERS_JSON=
|
||||
Reference in New Issue
Block a user