Refactor to include connexion

This commit is contained in:
gparant 2020-04-07 20:41:35 +02:00
parent 5d463d097a
commit bac1e804ad
8 changed files with 88 additions and 24 deletions

View file

@ -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
}