mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
Merge branch 'mealie-next' into docs/newrelease-update-version-v3.1.1
This commit is contained in:
commit
a9c8966bd3
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ class AppSettings(AppLoggingSettings):
|
||||||
def WORKERS(self) -> int:
|
def WORKERS(self) -> int:
|
||||||
return max(1, self.WORKER_PER_CORE * self.UVICORN_WORKERS)
|
return max(1, self.WORKER_PER_CORE * self.UVICORN_WORKERS)
|
||||||
|
|
||||||
model_config = SettingsConfigDict(arbitrary_types_allowed=True, extra="allow")
|
model_config = SettingsConfigDict(arbitrary_types_allowed=True, extra="allow", env_nested_delimiter="__")
|
||||||
|
|
||||||
# ===============================================
|
# ===============================================
|
||||||
# TLS
|
# TLS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue