This commit is contained in:
Michael Genson 2025-08-07 16:48:02 +00:00
commit 98ab9a38c8

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", env_nested_delimiter='__') model_config = SettingsConfigDict(arbitrary_types_allowed=True, extra="allow", env_nested_delimiter="__")
# =============================================== # ===============================================
# TLS # TLS