workadventure/front/src/Enum/EnvironmentVariable.ts

7 lines
138 B
TypeScript

const API_URL = process.env.API_URL || "http://api.workadventure.localhost";
const RESOLUTION = 2;
export {
API_URL,
RESOLUTION
}