scinote-web/db/load_users_template.yml

26 lines
332 B
YAML
Raw Normal View History

2017-01-25 20:56:43 +08:00
team_1:
name: Team1
2016-02-12 23:52:43 +08:00
2017-01-25 20:56:43 +08:00
team_2:
name: Team2
2016-02-12 23:52:43 +08:00
user_1:
full_name: Usr1
email: usr1@gmail.com
2017-01-25 20:56:43 +08:00
teams: team_1, team_2
2016-02-12 23:52:43 +08:00
password: secretPassword
user_2:
full_name: Usr2
email: usr2@gmail.com
2017-01-25 20:56:43 +08:00
teams: team_1
2016-02-12 23:52:43 +08:00
user_3:
full_name: Usr3
email: usr3@gmail.com
2017-01-25 20:56:43 +08:00
teams: team_2
2016-02-12 23:52:43 +08:00
user_4:
full_name: Usr4
2017-01-25 20:56:43 +08:00
email: usr4@gmail.com