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