Redirecting to the correct map after login screen based on URL provided
This commit is contained in:
parent
daa559738b
commit
faadacddb6
11 changed files with 49 additions and 43 deletions
|
@ -3,13 +3,11 @@ const API_URL = process.env.API_URL || "http://api.workadventure.localhost";
|
|||
const ROOM = [process.env.ROOM || "THECODINGMACHINE"];
|
||||
const RESOLUTION = 3;
|
||||
const ZOOM_LEVEL = 1/*3/4*/;
|
||||
const MAP_FILE_URL = `${API_URL}/map/files`;
|
||||
|
||||
export {
|
||||
DEBUG_MODE,
|
||||
API_URL,
|
||||
RESOLUTION,
|
||||
ZOOM_LEVEL,
|
||||
ROOM,
|
||||
MAP_FILE_URL
|
||||
ROOM
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue