mirror of
https://github.com/lucaspalomodevelop/netbox-acls.git
synced 2026-03-12 23:27:23 +00:00
tweak intializers to remove gitleaks triggers
This commit is contained in:
parent
2b7f54e3e9
commit
a415b20756
@ -1,15 +1,12 @@
|
||||
technical_user:
|
||||
api_token: 0123456789technicaluser789abcdef01234567 # must be looooong!
|
||||
api_token: "" # a token is generated automatically unless the value is explicity set to empty
|
||||
reader:
|
||||
password: reader
|
||||
api_token: "" # a token is generated automatically unless the value is explicity set to empty
|
||||
writer:
|
||||
password: writer
|
||||
api_token: "" # a token is generated automatically unless the value is explicity set to empty
|
||||
jdoe:
|
||||
first_name: John
|
||||
last_name: Doe
|
||||
api_token: 0123456789jdoe789abcdef01234567jdoe
|
||||
is_active: True
|
||||
is_superuser: False
|
||||
is_staff: False
|
||||
email: john.doe@example.com
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user