Refactor to include connexion
This commit is contained in:
parent
5d463d097a
commit
bac1e804ad
8 changed files with 88 additions and 24 deletions
|
@ -1,7 +1,9 @@
|
|||
const API_URL = process.env.API_URL || "http://api.workadventure.localhost";
|
||||
const ROOM = [process.env.ROOM || "THECODINGMACHINE"];
|
||||
const RESOLUTION = 2;
|
||||
|
||||
export {
|
||||
API_URL,
|
||||
RESOLUTION
|
||||
RESOLUTION,
|
||||
ROOM
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue