Fix error mapping refresh in back & the end of this feature development

This commit is contained in:
gparant 2020-05-10 23:49:08 +02:00
parent 8b9c36e3be
commit f4af824cf9
21 changed files with 17 additions and 1840 deletions

View file

@ -1,5 +1,5 @@
const SECRET_KEY = process.env.SECRET_KEY || "THECODINGMACHINE_SECRET_KEY";
const URL_ROOM_STARTED = "/map/files/Floor0/floor0.json";
const URL_ROOM_STARTED = "/Floor0/floor0.json";
const MINIMUM_DISTANCE = process.env.MINIMUM_DISTANCE ? Number(process.env.MINIMUM_DISTANCE) : 64;
const GROUP_RADIUS = process.env.GROUP_RADIUS ? Number(process.env.GROUP_RADIUS) : 48;