mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-11 21:18:35 +03:00
Merge branch 'main' into dev
This commit is contained in:
@@ -34,6 +34,8 @@ class Settings(BaseSettings):
|
||||
Set[Annotated[str, Len(min_length=10)]], Len(min_length=1)
|
||||
]
|
||||
BLOCKED_EMAILS: Annotated[Set[str], Len(min_length=0)] = set()
|
||||
# if not provided only OAUTH access_tokens are allowed
|
||||
FIREBASE_SERVICE_ACCOUNT_JSON: str = ""
|
||||
|
||||
# redis
|
||||
REDIS_PASSWORD: str = ""
|
||||
|
||||
Reference in New Issue
Block a user