removed .env from dir and added README and demo env file

This commit is contained in:
Christian Krakau-Louis
2025-02-12 12:12:29 +01:00
parent 937b8018f8
commit b42b395915
4 changed files with 135 additions and 11 deletions
-3
View File
@@ -9,7 +9,6 @@ class Settings(BaseSettings):
aws_access_key_id: str
aws_secret_access_key: str
aws_region: str
aws_textract_role_arn: str
database_url: str
redis_url: str
s3_bucket_name: str
@@ -17,14 +16,12 @@ class Settings(BaseSettings):
workdir: str
dropbox_app_key: str
dropbox_app_secret: str
dropbox_token_file_path: str
dropbox_folder: str
dropbox_refresh_token: str
nextcloud_upload_url: str
nextcloud_username: str
nextcloud_password: str
nextcloud_folder: str
paperless_ngx_url: str
paperless_ngx_api_token: str
paperless_host: str