Switching on our very own turn server
This commit is contained in:
parent
6f6873e870
commit
ed116cf2a3
5 changed files with 21 additions and 7 deletions
|
@ -26,7 +26,10 @@
|
|||
"ports": [80],
|
||||
"env": {
|
||||
"API_URL": "api."+url,
|
||||
"JITSI_URL": "meet.jit.si"
|
||||
"JITSI_URL": "meet.jit.si",
|
||||
"TURN_SERVER": "coturn.workadventu.re:443",
|
||||
"TURN_USER": "workadventure",
|
||||
"TURN_PASSWORD": "WorkAdventure123"
|
||||
}
|
||||
},
|
||||
"website": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue