Skip to content

Commit

Permalink
Update config_web.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry Zhou committed Jul 12, 2021
1 parent c61a187 commit ce7bbc9
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/config_web.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# *****************************************************************************
ES_HOST = 'es7.biothings.io:443'
ES_ARGS = {
'timeout': 60,
'timeout': 120,
'aws': True
}
ES_INDICES = {
Expand Down Expand Up @@ -42,11 +42,6 @@
# Analytics & Tracking
# *****************************************************************************

GA_ACTION_QUERY_GET = 'query_get'
GA_ACTION_QUERY_POST = 'query_post'
GA_ACTION_ANNOTATION_GET = 'variant_get'
GA_ACTION_ANNOTATION_POST = 'variant_post'
GA_TRACKER_URL = 'MyVariant.info'
URL_BASE = 'http://myvariant.info'

# for logo on format=html
Expand All @@ -62,8 +57,7 @@
# kwargs for status check get
STATUS_CHECK = {
'id': 'chr1:g.218631822G>A',
'index': 'myvariant_current_hg19',
'doc_type': 'variant'
'index': 'myvariant_current_hg19'
}

# *****************************************************************************
Expand Down

0 comments on commit ce7bbc9

Please sign in to comment.