Skip to content

Commit

Permalink
continue to use the es6 cluster for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry committed Aug 23, 2021
1 parent ceaf2dd commit 29dfd7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/config_web.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
# *****************************************************************************
# Elasticsearch variables
# *****************************************************************************
ES_HOST = 'es7.biothings.io:443'
ES_HOST = 'es6.biothings.io'
ES_ARGS = {
'timeout': 120,
'aws': True
}
ES_INDICES = {
None: 'myvariant_current_hg19',
Expand Down

0 comments on commit 29dfd7c

Please sign in to comment.