We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b7f54e commit a415b20Copy full SHA for a415b20
.devcontainer/initializers/users.yml
@@ -1,15 +1,12 @@
1
technical_user:
2
- api_token: 0123456789technicaluser789abcdef01234567 # must be looooong!
+ api_token: "" # a token is generated automatically unless the value is explicity set to empty
3
reader:
4
- password: reader
5
writer:
6
- password: writer
7
api_token: "" # a token is generated automatically unless the value is explicity set to empty
8
jdoe:
9
first_name: John
10
last_name: Doe
11
- api_token: 0123456789jdoe789abcdef01234567jdoe
12
is_active: True
13
is_superuser: False
14
is_staff: False
15
- email: john.doe@example.com
0 commit comments