Skip to content
Snippets Groups Projects
Commit 85755f9e authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

mailman3: fix search

parent 5c45ece8
No related branches found
No related tags found
No related merge requests found
Pipeline #18061 passed
......@@ -47,3 +47,10 @@ SERVER_EMAIL = 'root@{{ lists_domain }}'
POSTORIUS_TEMPLATE_BASE_URL = 'http://localhost'
HYPERKITTY_ALLOW_WEB_POSTING = False
HAYSTACK_CONNECTIONS = {
'default': {
'ENGINE': 'haystack.backends.whoosh_backend.WhooshEngine',
'PATH': '/var/lib/mailman-web/fulltext_index'
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment