mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-12 05:28:34 +03:00
missing test files
This commit is contained in:
@@ -5,3 +5,4 @@ BLOCKED_EMAILS='["blocked@example.com"]'
|
|||||||
|
|
||||||
DATABASE_PATH="sqlite:///auto-archiver.test.db"
|
DATABASE_PATH="sqlite:///auto-archiver.test.db"
|
||||||
API_BEARER_TOKEN=this_is_the_test_api_token
|
API_BEARER_TOKEN=this_is_the_test_api_token
|
||||||
|
USER_GROUPS_FILENAME=user-groups.test.yaml
|
||||||
18
src/user-groups.test.yaml
Normal file
18
src/user-groups.test.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# NOTE: all emails should be lower-cased
|
||||||
|
users:
|
||||||
|
rick@example.com:
|
||||||
|
- spaceship
|
||||||
|
- interdimensional
|
||||||
|
morty@example.com:
|
||||||
|
- spaceship
|
||||||
|
jerry@example.com:
|
||||||
|
|
||||||
|
domains:
|
||||||
|
example.com:
|
||||||
|
- animated-characters
|
||||||
|
|
||||||
|
|
||||||
|
orchestrators:
|
||||||
|
spaceship: secrets/orchestration-dev.yaml
|
||||||
|
interdimensional: secrets/orchestration-dev.yaml
|
||||||
|
default: secrets/orchestration-dev.yaml
|
||||||
Reference in New Issue
Block a user