Update config file in docs

This commit is contained in:
allegroai 2021-05-04 11:07:38 +03:00
parent 1e5163e530
commit e662c850af

View File

@ -1,8 +1,10 @@
auth {
# Fixed users login credentials
# No other user will be able to login
# Note: password may be bcrypt-hashed (generate using `python3 -c 'import bcrypt,base64; print(base64.b64encode(bcrypt.hashpw("password".encode(), bcrypt.gensalt())))'`)
fixed_users {
enabled: true
pass_hashed: false
users: [
{
username: "jane"