First try for Azure API

This commit is contained in:
Christian Krakau-Louis
2025-02-14 22:49:22 +01:00
parent 9fc27d6a8e
commit 65beea89cf
4 changed files with 48 additions and 103 deletions
+3
View File
@@ -24,6 +24,9 @@ class Settings(BaseSettings):
nextcloud_folder: str
paperless_ngx_api_token: str
paperless_host: str
azure_ai_key: str
azure_region: str
azure_endpoint: str
# IMAP 1
imap1_host: Optional[str] = None