Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating app.cfg.example #124

Merged
merged 1 commit into from
Aug 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 8 additions & 12 deletions src/instance/app.cfg.example
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ UUID_WEBSERVICE_URL = 'http://uuid-api:8080'
#Search-api
SEARCH_WEBSERVICE_URL = 'https://search-api.dev.sennetconsortium.org'

# The base url for the HuBMAP portal website
PORTAL_URL = 'https://data.dev.sennetconsortium.org/'

# The base url for the HuBMAP ingest website
INGEST_URL = 'https://ingest-api.dev.sennetconsortium.org/'

GLOBUS_APP_BASE_URL = 'https://app.globus.org'

# Directory where file uploads will be placed temporarily
# until they are committed
# Remember to set the proper file system user and group permission
Expand Down Expand Up @@ -88,15 +96,3 @@ DATACITE_SENNET_PREFIX = ''
UBKG_SERVER = 'https://ontology.api.hubmapconsortium.org/'
UBKG_ENDPOINT_VALUESET = 'valueset?parent_sab=SENNET&parent_code={code}&child_sabs=SENNET'
UBKG_CODES = '{"specimen_categories":"C020076", "organ_types":{"code": "C000008", "key": "organs", "endpoint": "organs?application_context=SENNET"}, "entities": "C000012", "source_types":"C050020", "assay_types":{"code": "C004000", "key": "datasets", "endpoint": "datasets?application_context=SENNET"}}'

GLOBUS_PUBLIC_ENDPOINT_UUID = 'a00a00b8-d1d1-4ab9-b915-0bada54c27a3'
GLOBUS_CONSORTIUM_ENDPOINT_UUID = '3cb7d673-a3db-40e9-8376-f2ead6cb5a45'
GLOBUS_PROTECTED_ENDPOINT_UUID = 'bdaf8547-aab3-4142-97bd-0a16d5cd9f58'

# The base url for the HuBMAP portal website
PORTAL_URL = 'https://data.dev.sennetconsortium.org/'

# The base url for the HuBMAP ingest website
INGEST_URL = 'https://data.dev.sennetconsortium.org/'

GLOBUS_APP_BASE_URL = 'https://app.globus.org'