Skip to content

Commit 7aacbc5

Browse files
committed
azure
1 parent 346a1c5 commit 7aacbc5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/hope_documents/config/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ def setting(anchor: str) -> str:
1313
DEFAULTS = {
1414
"ADMIN_EMAIL": (str, "", "admin", True, "Initial user created at first deploy"),
1515
"ADMIN_PASSWORD": (str, "", "", True, "Password for initial user created at first deploy"),
16+
"AZURE_CLIENT_KEY": (str, ""),
17+
"AZURE_CLIENT_SECRET": (str, ""),
18+
"AZURE_TENANT_ID": (str, ""),
1619
"ALLOWED_HOSTS": (list, [], ["127.0.0.1", "localhost"], True, setting("allowed-hosts")),
1720
"ANYMAIL_IGNORE_RECIPIENT_STATUS": (
1821
bool,

0 commit comments

Comments
 (0)