Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ThHanke authored Jan 15, 2024
1 parent 5288ac5 commit 4020a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Setting(BaseSettings):
app_name: str = "CSVtoCSVW"
admin_email: str = os.environ.get("ADMIN_MAIL") or "[email protected]"
items_per_user: int = 50
version: str = "v1.2.7"
version: str = "v1.2.8"
config_name: str = os.environ.get("APP_MODE") or "development"
openapi_url: str ="/api/openapi.json"
docs_url: str = "/api/docs"
Expand Down

0 comments on commit 4020a9b

Please sign in to comment.