mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-10 12:38:35 +03:00
8 lines
328 B
Bash
8 lines
328 B
Bash
GOOGLE_CHROME_APP_ID=0000000000000000000000000000000000.apps.googleusercontent.com
|
|
|
|
ALLOWED_EMAILS=email1,email2
|
|
ORCHESTRATION_CONFIG_DEFAULT=secrets/orchestration.yaml
|
|
# optional
|
|
# ORCHESTRATION_CONFIG_BELLINGCAT=secrets/orchestration-bcat.yaml
|
|
DATABASE_PATH="sqlite:///./auto-archiver.db"
|
|
USER_GROUPS_FILENAME=user-groups.yaml |