Skip to content

Commit

Permalink
Update default.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry Zhou committed Oct 15, 2021
1 parent 1ba90f9 commit fc76f5a
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions biothings/web/settings/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,17 +85,6 @@
(r"/{pre}/{ver}/query/?", 'biothings.web.handlers.QueryHandler'),
]

# *****************************************************************************
# Base API Handler
# *****************************************************************************

HTML_OUT_TITLE = "" # HTML
HTML_OUT_HEADER_IMG = "" # URL
HTML_OUT_ANNOTATION_DOCS = "" # URL
HTML_OUT_METADATA_DOCS = "" # URL
HTML_OUT_QUERY_DOCS = "" # URL


# *****************************************************************************
# User Input Control
# *****************************************************************************
Expand Down Expand Up @@ -195,6 +184,14 @@
# *****************************************************************************
# Endpoints Specifics & Others
# *****************************************************************************
#
# Base Query Handler
HTML_OUT_TITLE = "" # HTML
HTML_OUT_HEADER_IMG = "" # URL
HTML_OUT_ANNOTATION_DOCS = "" # URL
HTML_OUT_METADATA_DOCS = "" # URL
HTML_OUT_QUERY_DOCS = "" # URL
#
# Annotation # TODO THESES SETTINGS WILL BECOME QUERY PIPELINE SETTINGS
ANNOTATION_DEFAULT_SCOPES = ['_id']
ANNOTATION_ID_REGEX_LIST = [] # [(re.compile(r'rs[0-9]+', re.I), 'dbsnp.rsid')]
Expand Down

0 comments on commit fc76f5a

Please sign in to comment.