-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Fjodor van Rijsselberg
authored and
Fjodor van Rijsselberg
committed
Apr 5, 2023
1 parent
4723cdd
commit 36d4af0
Showing
2 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Container setup | ||
CONTAINER_NAME=metadata-enhancer | ||
PORT=7070 | ||
APPLICATION_DIR=src | ||
PYTHONPATH: "/root/src/" | ||
|
||
# URL'S | ||
KEYWORD_VOCABULARY_URL='https://fuseki.odissei.nl/skosmos/sparql' | ||
VARIABLE_VOCABULARY_URL='https://fuseki.odissei.nl/skosmos/sparql' | ||
GRLC_API_URL='https://grlc.odissei.nl/api-git/odissei-data/grlc/' | ||
|
||
# Endpoints | ||
KEYWORD_ENDPOINT='matchElsstTermForKeyword' | ||
VARIABLE_ENDPOINT='getCbsVarUri' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters