search pass three
This commit is contained in:
parent
13d4be8937
commit
08a4c71c10
9 changed files with 132 additions and 44 deletions
|
@ -95,6 +95,9 @@ 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 = 'elasticsearch'
|
||||
ELASTICSEARCH_URL = 'http://127.0.0.1:9200'
|
||||
|
||||
# Get ReCaptcha Keys for your domain here:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue