Refactoring and reworking dbsetup route

This commit is contained in:
2024-06-28 08:03:58 +02:00
parent c076918d05
commit 665da4be29
18 changed files with 390 additions and 162 deletions
+21
View File
@@ -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
}
}]
}