Fixing coturn URLS

This commit is contained in:
David Négrier 2020-08-28 17:30:33 +02:00
parent 8655aef629
commit b6590e21dd
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
"env": {
"API_URL": "api."+url,
"JITSI_URL": "meet.jit.si",
"TURN_SERVER": "coturn.workadventu.re:443",
"TURN_SERVER": "turn:coturn.workadventu.re:443,turns:coturn.workadventu.re:443",
"TURN_USER": "workadventure",
"TURN_PASSWORD": "WorkAdventure123"
}