Initial commit
This commit is contained in:
17
backend/users.json
Normal file
17
backend/users.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"admin": {
|
||||
"username": "admin",
|
||||
"password": "$2b$12$0AJU/Cc6vI.gqUY6BfU8E.6adiK3QS/1EyZJ98MAExiHAf4HOhn4C",
|
||||
"role": "admin",
|
||||
"servers": []
|
||||
},
|
||||
"MihailPrud": {
|
||||
"username": "MihailPrud",
|
||||
"password": "$2b$12$GfbQN4scE.b.mtUHofWWE.Dn1tQpT1zwLAxeICv90sHP4zGv0dc2G",
|
||||
"role": "user",
|
||||
"servers": [
|
||||
"test",
|
||||
"nya"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user