Skip to content

Commit 5d91024

Browse files
authored
Update settings.py
1 parent 5ef8b49 commit 5d91024

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ class Setting(BaseSettings):
1717
)
1818
desc: str = "Tool to map content of JSON-LD douments (for example output of [CSVtoCSVW](https://github.com/Mat-O-Lab/CSVToCSVW) to Entities in knowledge graphs by creating mapping rules with conditions in [YARRRML](https://rml.io/yarrrml) format."
1919
org_site: str = "https://mat-o-lab.github.io/OrgSite"
20+
server: str = os.environ.get("SERVER_URL") or "https://maptomethod.matolab.org"

0 commit comments

Comments
 (0)