WordClockESP/data/config/securitySettings.json

15 lines
284 B
JSON
Raw Normal View History

2019-04-29 23:30:43 +00:00
{
"jwt_secret":"esp8266-react",
"users": [
{
"username": "admin",
"password": "admin",
2019-05-25 08:45:49 +00:00
"admin": true
2019-04-29 23:30:43 +00:00
},
{
"username": "guest",
"password": "guest",
2019-05-25 08:45:49 +00:00
"admin": false
2019-04-29 23:30:43 +00:00
}
]
}