This commit is contained in:
2018-01-05 10:58:32 +01:00
2 changed files with 5 additions and 3 deletions

View File

@@ -80,14 +80,11 @@ ALGOLIA_INDEX_NODES = 'dev_Nodes'
SEARCH_BACKENDS = ('algolia', 'elastic') # search backend we use
ELASTIC_INDICES = {
# elasticsearch indexes
'NODE': 'nodes',
'USER': 'users',
}
def get_docker_host():
"""
Looks for the DOCKER_HOST environment variable to find the VM

View File

@@ -35,3 +35,8 @@ OAUTH_CREDENTIALS = {
'secret': 'google-secret'
}
}
ELASTIC_INDICES = {
'NODE': 'test_nodes',
'USER': 'test_users',
}