Skip to content

Commit a415b20

Browse files
committed
tweak intializers to remove gitleaks triggers
1 parent 2b7f54e commit a415b20

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.devcontainer/initializers/users.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
technical_user:
2-
api_token: 0123456789technicaluser789abcdef01234567 # must be looooong!
2+
api_token: "" # a token is generated automatically unless the value is explicity set to empty
33
reader:
4-
password: reader
4+
api_token: "" # a token is generated automatically unless the value is explicity set to empty
55
writer:
6-
password: writer
76
api_token: "" # a token is generated automatically unless the value is explicity set to empty
87
jdoe:
98
first_name: John
109
last_name: Doe
11-
api_token: 0123456789jdoe789abcdef01234567jdoe
1210
is_active: True
1311
is_superuser: False
1412
is_staff: False
15-
email: john.doe@example.com

0 commit comments

Comments
 (0)