search module, wip
This commit is contained in:
parent
c2404760b8
commit
312c61ef61
11 changed files with 59 additions and 5 deletions
|
@ -95,6 +95,8 @@ CACHE_REDIS_DB = '0'
|
|||
#CACHE_TYPE = 'memcached'
|
||||
CACHE_MEMCACHED_SERVERS = ['127.0.0.1:11211']
|
||||
|
||||
ELASTICSEARCH_URL = 'http://127.0.0.1:9200'
|
||||
|
||||
# Get ReCaptcha Keys for your domain here:
|
||||
# https://www.google.com/recaptcha/admin#whyrecaptcha
|
||||
RECAPTCHA_ENABLE = False
|
||||
|
@ -146,4 +148,4 @@ if ENV != "DEV":
|
|||
ASSETS_DEBUG = False
|
||||
SQLALCHEMY_ECHO = False
|
||||
|
||||
MODULES = ['wiki', 'auth']
|
||||
MODULES = ['wiki', 'auth', 'search']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue