API/users.json.sample

8 lines
219 B
Plaintext
Raw Normal View History

2022-01-16 07:06:45 +00:00
{
"johndoe": {
"username": "johndoe",
"hashed_password": "$2b$12$EixZaYVK1fsbw1ZfbX3OXePaWxn96p36WQoeG6Lruj3vjPGga31lW",
"disabled": "False",
"servers": ["a", "b","minecraft"]
}
}