mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-21 14:03:32 -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:
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue