mirror of
https://github.com/sasjs/server.git
synced 2026-01-05 22:00:05 +00:00
10
mongo-seed/users/users.json
Normal file
10
mongo-seed/users/users.json
Normal file
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"displayName": "Super Admin",
|
||||
"username": "secretuser",
|
||||
"password": "$2a$10$hKvcVEZdhEQZCcxt6npazO6mY4jJkrzWvfQ5stdBZi8VTTwVMCVXO",
|
||||
"isAdmin": true,
|
||||
"isActive": true
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user