2023-01-21 22:36:40 -05:00

14 lines
424 B
YAML

---
technical_user:
api_token: "" # a token is generated automatically unless the value is explicity set to empty
reader:
api_token: "" # a token is generated automatically unless the value is explicity set to empty
writer:
api_token: "" # a token is generated automatically unless the value is explicity set to empty
jdoe:
first_name: John
last_name: Doe
is_active: True
is_superuser: False
is_staff: False