API/users.json.sample

10 lines
191 B
Plaintext
Raw Normal View History

2022-01-16 07:06:45 +00:00
{
2022-01-17 07:50:32 +00:00
"test": {
"username": "test",
"hashed_password": "$2b$12$VS1k1fdA4x2EeF1a/LMIyex.evEQGF5EsviIcG22S55YO8uUQCT7q",
"disabled": false,
"servers": [
"test"
]
}
2022-01-16 07:06:45 +00:00
}