T53161 elasticsearch can index nodes now. cli command. NOTE config changes!!

This commit is contained in:
2017-11-10 16:05:12 +01:00
parent 43fa8f1a45
commit d2a8f2a47f
13 changed files with 303 additions and 19 deletions

View File

@@ -75,6 +75,12 @@ ALGOLIA_INDEX_NODES = 'dev_Nodes'
SEARCH_BACKENDS = ['algolia', 'elastic']
ELASTIC_SEARCH_HOSTS = ['elasticsearch']
ELASTIC_INDICES = {
'NODE': 'nodes',
'USER': 'users',
}
ZENCODER_API_KEY = '-SECRET-'
ZENCODER_NOTIFICATIONS_SECRET = '-SECRET-'