Files
workavia-drive/tdrive/frontend/src/app/environment/environment.ts.dist
T
Romaric Mourgues 3e6afcf14b Continued cleaning
2023-04-18 11:55:44 +02:00

16 lines
517 B
Plaintext
Executable File

export default {
env_dev: false,
sentry_dsn: false,
front_root_url: (document.location.protocol || "http") + '//' + document.location.host,
api_root_url: (document.location.protocol || "http") + '//' + document.location.host,
websocket_url: (document.location.protocol || "http").replace("http", "ws") + '//' + document.location.host
};
/*
export default {
env_dev: false,
front_root_url: 'https://web.tdrive.app',
api_root_url: 'https://api.tdrive.app',
websocket_url: 'wss://api.tdrive.app'
};
*/