From e662c850af4b3c8dd0f1aa500beee33e5438eca3 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Tue, 4 May 2021 11:07:38 +0300 Subject: [PATCH] Update config file in docs --- docs/apiserver.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/apiserver.conf b/docs/apiserver.conf index d88f4f6..a262985 100644 --- a/docs/apiserver.conf +++ b/docs/apiserver.conf @@ -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"