openwebrx-clone/users.json

11 lines
159 B
JSON
Raw Normal View History

2020-04-01 20:29:42 +00:00
[
{
"user": "admin",
"password": {
"encoding": "string",
"value": "password",
"force_change": true
},
"enabled": true
}
]