workadventure/front/src/Enum/EnvironmentVariable.ts

5 lines
100 B
TypeScript
Raw Normal View History

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