mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-14 22:48:35 +03:00
7 lines
319 B
Bash
7 lines
319 B
Bash
DATABASE_PATH="sqlite:///./auto-archiver.db"
|
|
USER_GROUPS_FILENAME=user-groups.yaml
|
|
CHROME_APP_IDS=000000000000000000000000000000000000000000000.apps.googleusercontent.com,000000000000000000000000000000000000000000001.apps.googleusercontent.com
|
|
#ALLOWED_ORIGINS="http://localhost:8004" # dev only
|
|
|
|
|
|
API_BEARER_TOKEN=TODO |