LichessStatTgWeb/LichessWebView/auth_config.example.json

13 lines
172 B
JSON

{
"users": [
{
"username": "admin",
"password": "change_me_123"
},
{
"username": "user2",
"password": "another_password"
}
]
}