correct issues with users.yml spacing
This commit is contained in:
parent
744ed91e2a
commit
71d8ac10ac
|
@ -1,14 +1,14 @@
|
|||
#- username: technical_user
|
||||
# api_token: 0123456789technicaluser789abcdef01234567 # must be looooong!
|
||||
#- username: reader
|
||||
# password: reader
|
||||
#- username: writer
|
||||
# password: writer
|
||||
#- username: jdoe
|
||||
# first_name: John
|
||||
# last_name: Doe
|
||||
# api_token: 0123456789jdoe789abcdef01234567jdoe
|
||||
# is_active: True
|
||||
# is_superuser: False
|
||||
# is_staff: False
|
||||
# email: john.doe@example.com
|
||||
# - username: technical_user
|
||||
# api_token: 0123456789technicaluser789abcdef01234567 # must be looooong!
|
||||
# - username: reader
|
||||
# password: reader
|
||||
# - username: writer
|
||||
# password: writer
|
||||
# - username: 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…
Reference in New Issue