Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# External Links
PUBLIC_QLEVER_UI_URL=https://catplus.swisscustodian.ch/default
PUBLIC_CATPLUS_ONTOLOGY_URL=https://sdsc-ordes.github.io/catplus-ontology/
PUBLIC_SWISSCAT_URL=https://www.epfl.ch/research/facilities/swisscat/
PUBLIC_SDSC_URL=https://www.datascience.ch/
PUBLIC_CHEMBOARD_GITHUB_URL=https://github.com/sdsc-ordes/catplus-chemboard.git

# Qlever Access
QLEVER_API_URL=https://catplus.swisscustodian.ch/sparql/default/
Expand Down
9 changes: 9 additions & 0 deletions tools/deploy/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ app:
#@schema/desc "URL of the Qlever SPARQL UI endpoint."
#@schema/example "https://catplus.ch/default"
qleverUiUrl: ""
#@schema/desc "URL to SwissCat Project Page."
#@schema/example "https://www.epfl.ch/research/facilities/swisscat/"
swisscatUrl: ""
#@schema/desc "URL to SwissCat Project Page."
#@schema/example "https://www.datascience.ch/"
sdscUrl: ""
#@schema/desc "URL to SwissCat Project Page."
#@schema/example "https://github.com/sdsc-ordes/catplus-chemboard.git"
chemboardGithubUrl: ""
#@schema/desc "Results per page"
resultsPerPage: "10"
#@schema/desc "Catplus Ontology Homepage Url"
Expand Down
Loading