mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
docs: remove obsolete environment variables (#3926)
* Obsolete environment variables * Review fixes * Review fixes * Review fixes
This commit is contained in:
parent
41461e0d5d
commit
c7d53a5006
2 changed files with 28 additions and 27 deletions
|
|
@ -13,7 +13,6 @@ from .schemas import ModelType
|
|||
|
||||
class Settings(BaseSettings):
|
||||
cache_folder: str = "/cache"
|
||||
eager_startup: bool = False
|
||||
model_ttl: int = 0
|
||||
host: str = "0.0.0.0"
|
||||
port: int = 3003
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue