forked from M-Labs/it-infra
rt: fix default queue
This commit is contained in:
parent
223ab96b5a
commit
89dd90075e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue