LichessStatTgWeb/LichessWebView/auth_config.example.json

14 lines
173 B
JSON

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