Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ThHanke authored Sep 25, 2024
1 parent 5ef8b49 commit 5d91024
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ class Setting(BaseSettings):
)
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."
org_site: str = "https://mat-o-lab.github.io/OrgSite"
server: str = os.environ.get("SERVER_URL") or "https://maptomethod.matolab.org"

0 comments on commit 5d91024

Please sign in to comment.