mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 14:07:32 +00:00
add first user storage implementation
This commit is contained in:
parent
c2e85ce9a6
commit
6c3bb0b520
3 changed files with 103 additions and 11 deletions
11
users.json
Normal file
11
users.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[
|
||||
{
|
||||
"user": "admin",
|
||||
"password": {
|
||||
"encoding": "string",
|
||||
"value": "password",
|
||||
"force_change": true
|
||||
},
|
||||
"enabled": true
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue