[#539] support link is now configurable (#586)

Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
Camille Moussu
2026-02-26 18:24:15 +01:00
committed by GitHub
parent 62f54c3707
commit 1af571d98e
3 changed files with 18 additions and 13 deletions
+1
View File
@@ -9,6 +9,7 @@ var CALENDAR_BASE_URL = "https://calendar.example.com";
var DAV_BASE_URL = "https://dav.example.com";
var MAIL_SPA_URL = "https://mail.example.com";
var VIDEO_CONFERENCE_BASE_URL = "https://meet.linagora.com";
var SUPPORT_URL = "https://twake.app/support/";
var DEBUG = false;
var LANG = "en";
var WEBSOCKET_URL = "wss://calendar.example.com";