rt: fix default queue (2)

pull/20/head
Sebastien Bourdeauducq 2021-08-11 16:01:32 +08:00
parent 89dd90075e
commit 63250304d2
1 changed files with 0 additions and 2 deletions

View File

@ -61,8 +61,6 @@ let
Set($WebSecureCookies, 1);
# Web Interface (Base configuration)
Set($DefaultQueue, 'Helpdesk'); # Defaults to the first from the alphabet
Set($RememberDefaultQueue, 1);
Set($CanonicalizeRedirectURLs, 1);
Set($CanonicalizeURLsInFeeds, 1);
Set($WebBaseURL, '${cfg.baseUrl}');