Move and rename

This commit is contained in:
Jimmy 2022-01-16 07:06:45 +00:00
parent 3a5716a2f9
commit f2e4478edc
2 changed files with 8 additions and 10 deletions

10
app/users.json Normal file → Executable file
View File

@ -1,10 +0,0 @@
{
"johndoe": {
"username": "johndoe",
"full_name": "John Doe",
"email": "johndoe@example.com",
"hashed_password": "$2b$12$EixZaYVK1fsbw1ZfbX3OXePaWxn96p36WQoeG6Lruj3vjPGga31lW",
"disabled": "False",
"servers": ["a", "b","minecraft"]
}
}

8
users.json.sample Normal file
View File

@ -0,0 +1,8 @@
{
"johndoe": {
"username": "johndoe",
"hashed_password": "$2b$12$EixZaYVK1fsbw1ZfbX3OXePaWxn96p36WQoeG6Lruj3vjPGga31lW",
"disabled": "False",
"servers": ["a", "b","minecraft"]
}
}