mirror of
https://github.com/clearml/clearml-server
synced 2025-02-07 05:27:23 +00:00
Update config file in docs
This commit is contained in:
parent
1e5163e530
commit
e662c850af
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user