Files
workavia-drive/tdrive/frontend/src/app/environment/environment.ts.dist.dev
T
Montassar Ghanmy e0615fa867 📁 Changed TDrive root folder (#16)
📁 Changed TDrive root folder
2023-04-11 10:04:29 +01:00

9 lines
374 B
Plaintext

export default {
env_dev: true,
env_dev_auth: 'internal',
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
};