merge
This commit is contained in:
commit
2ed2aaf58f
@ -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
|
||||
|
@ -35,3 +35,8 @@ OAUTH_CREDENTIALS = {
|
||||
'secret': 'google-secret'
|
||||
}
|
||||
}
|
||||
|
||||
ELASTIC_INDICES = {
|
||||
'NODE': 'test_nodes',
|
||||
'USER': 'test_users',
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user