Skip to content

Commit 71d8ac1

Browse files
committed
correct issues with users.yml spacing
1 parent 744ed91 commit 71d8ac1

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

initializers/users.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
#- username: technical_user
2-
# api_token: 0123456789technicaluser789abcdef01234567 # must be looooong!
3-
#- username: reader
4-
# password: reader
5-
#- username: writer
6-
# password: writer
7-
#- username: jdoe
8-
# first_name: John
9-
# last_name: Doe
10-
# api_token: 0123456789jdoe789abcdef01234567jdoe
11-
# is_active: True
12-
# is_superuser: False
13-
# is_staff: False
14-
# email: john.doe@example.com
1+
# - username: technical_user
2+
# api_token: 0123456789technicaluser789abcdef01234567 # must be looooong!
3+
# - username: reader
4+
# password: reader
5+
# - username: writer
6+
# password: writer
7+
# - username: jdoe
8+
# first_name: John
9+
# last_name: Doe
10+
# api_token: 0123456789jdoe789abcdef01234567jdoe
11+
# is_active: True
12+
# is_superuser: False
13+
# is_staff: False
14+
# email: john.doe@example.com

0 commit comments

Comments
 (0)