Fix LUSER in readme

master
Inex Code 2021-11-15 17:12:34 +02:00
parent c2da16b16c
commit 0ad5aab4e4
1 changed files with 3 additions and 3 deletions

View File

@ -52,11 +52,11 @@ Example JSON config:
],
"passwordAuthentication": true
},
"username": "owner",
"username": "LUSER",
"users": [
{
"hashedPassword": "HASHED_PASSWORD",
"username": "LUSER"
"hashedPassword": "OTHER_USER_HASHED_PASSWORD",
"username": "OTHER_USER"
}
]
}