Merge branch 'mealie-next' into docs/newrelease-update-version-v3.1.1

This commit is contained in:
Kuchenpirat 2025-08-20 07:48:13 +02:00 committed by GitHub
commit a9c8966bd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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