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 "passwordAuthentication": true
}, },
"username": "owner", "username": "LUSER",
"users": [ "users": [
{ {
"hashedPassword": "HASHED_PASSWORD", "hashedPassword": "OTHER_USER_HASHED_PASSWORD",
"username": "LUSER" "username": "OTHER_USER"
} }
] ]
} }