Restored default config

This commit is contained in:
Fabian Schlager 2014-11-21 16:49:36 +01:00
父節點 6ec3ff6acb
當前提交 d8e7ed7ad4
共有 1 個檔案被更改,包括 2 行新增2 行删除

查看文件

@ -95,12 +95,12 @@ CACHE_REDIS_DB = '0'
# CACHE_TYPE = 'memcached'
CACHE_MEMCACHED_SERVERS = ['127.0.0.1:11211']
# SEARCH_TYPE = 'simple' # simple is not good for large wikis
SEARCH_TYPE = 'simple' # simple is not good for large wikis
# SEARCH_TYPE = 'elasticsearch'
ELASTICSEARCH_URL = 'http://127.0.0.1:9200'
SEARCH_TYPE = 'whoosh'
# SEARCH_TYPE = 'whoosh'
WHOOSH_INDEX = '/tmp/whoosh'
WHOOSH_LANGUAGE = 'en'