Continued cleaning

This commit is contained in:
Romaric Mourgues
2023-04-18 11:55:44 +02:00
parent 0ff1cc97d4
commit 3e6afcf14b
39 changed files with 4 additions and 5244 deletions
@@ -3,9 +3,7 @@ export default {
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,
mobile_appstore: 'https://apps.apple.com/fr/app/tdrive/id1588764852?l=en',
mobile_googleplay: 'https://play.google.com/store/apps/details?id=com.tdrive.tdrive&gl=FR'
websocket_url: (document.location.protocol || "http").replace("http", "ws") + '//' + document.location.host
};
/*
@@ -15,7 +13,4 @@ export default {
api_root_url: 'https://api.tdrive.app',
websocket_url: 'wss://api.tdrive.app'
};
In this form:
"export default { env_dev: false, front_root_url: 'https://web.tdrive.app', api_root_url: 'https://web.tdrive.app', websocket_url: 'wss://web.tdrive.app' };"
*/
*/