Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ThHanke authored Jun 11, 2024
1 parent 45dbe3e commit b42fe2a
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.3.0"
version: str = "v1.3.2"
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 b42fe2a

Please sign in to comment.