LichessStatTgWeb/LichessWebView/auth_config.example.json

14 lines
172 B
JSON
Raw Normal View History

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