Changed to workdir variable

This commit is contained in:
Christian Krakau-Louis
2025-02-11 22:01:42 +01:00
parent 3afc6746b8
commit fb217a8d8f
5 changed files with 47 additions and 22 deletions
+11 -2
View File
@@ -13,8 +13,17 @@ class Settings(BaseSettings):
redis_url: str
s3_bucket_name: str
openai_api_key: str
workdir: str
dropbox_app_key: str
dropbox_app_secret: str
dropbox_token_file_path: str
dropbox_folder: str
nextcloud_upload_url: str
nextcloud_username: str
nextcloud_password: str
paperless_ngx_url: str
paperless_ngx_api_token: str
paperless_host: str
class Config:
env_file = ".env"