We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218a4b0 commit 623c1c4Copy full SHA for 623c1c4
1 file changed
settings.py
@@ -8,7 +8,7 @@ class Setting(BaseSettings):
8
contact_name: str = str(os.environ.get("ADMIN_NAME", "MapToMethod Admin"))
9
admin_email: str = str(os.environ.get("ADMIN_MAIL", "maptomethod@matolab.org"))
10
items_per_user: int = 50
11
- version: str = str(os.environ.get("APP_VERSION", "v1.1.1"))
+ version: str = str(os.environ.get("APP_VERSION", "v1.1.2"))
12
config_name: str = str(os.environ.get("APP_MODE", "development"))
13
openapi_url: str = "/api/openapi.json"
14
docs_url: str = "/api/docs"
0 commit comments