mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
docs: remove obsolete environment variables (#3926)
* Obsolete environment variables * Review fixes * Review fixes * Review fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user