Skip to content

Commit

Permalink
Merge pull request #124 from sennetconsortium/libpitt/116-board-eps
Browse files Browse the repository at this point in the history
Updating app.cfg.example
  • Loading branch information
maxsibilla authored Aug 15, 2023
2 parents 83169f4 + f07a702 commit f8cc515
Showing 1 changed file with 8 additions and 12 deletions.
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/uuid'
#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'

0 comments on commit f8cc515

Please sign in to comment.