Refactoring and reworking dbsetup route
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"users": [{
|
||||
"username": "admin",
|
||||
"password": "changeme",
|
||||
"perms": {
|
||||
"isAdmin": true
|
||||
}
|
||||
},{
|
||||
"username": "notadmin",
|
||||
"password": "changeme",
|
||||
"perms": {
|
||||
"isAdmin": false
|
||||
}
|
||||
},{
|
||||
"username": "theodore",
|
||||
"password": "changeme",
|
||||
"perms": {
|
||||
"isAdmin": false
|
||||
}
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user