LichessStatTgWeb/LichessWebView/auth_config.example.json

15 lines
173 B
JSON
Raw Normal View History

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