rt: fix default queue

pull/20/head
Sebastien Bourdeauducq 2021-08-11 15:35:23 +08:00
parent 223ab96b5a
commit 89dd90075e
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ let
Set($WebSecureCookies, 1);
# Web Interface (Base configuration)
Set($DefaultQueue, 'General'); # Defaults to the first from the alphabet
Set($DefaultQueue, 'Helpdesk'); # Defaults to the first from the alphabet
Set($RememberDefaultQueue, 1);
Set($CanonicalizeRedirectURLs, 1);
Set($CanonicalizeURLsInFeeds, 1);