lifedebugger's picture
Deploy files from GitHub repository with LFS
30a6ac9
Raw
History Blame Contribute Delete
694 Bytes
[
{
"name": "test1",
"email": "test1@test1.com",
"user_token": "test1",
"password": "test1",
"role": "student",
"identity_number": "1000000001",
"is_active": true,
"is_superuser": false
},
{
"name": "test2",
"email": "test2@test2.com",
"user_token": "test2",
"password": "test2",
"role": "student",
"identity_number": "1000000002",
"is_active": true,
"is_superuser": false
},
{
"name": "test_super",
"email": "test_super@test_super.com",
"user_token": "test_super",
"password": "test_super",
"role": "admin",
"identity_number": "1000000003",
"is_active": true,
"is_superuser": true
}
]