Adding start room url to develop env

This commit is contained in:
David Négrier 2021-01-25 22:42:44 +01:00
parent a4cb39eef3
commit ab0fe63cb2
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@
"TURN_USER": "workadventure",
"TURN_PASSWORD": "WorkAdventure123",
"JITSI_PRIVATE_MODE": if env.SECRET_JITSI_KEY != '' then "true" else "false",
"START_ROOM_URL": "/_/global/maps."+url+"/Floor0/floor0.json"
//"GA_TRACKING_ID": "UA-10196481-11"
}
},