mirror of
https://github.com/clearml/clearml-server
synced 2025-06-23 06:05:31 +00:00
Update apiserver.conf
Sync config notes with documentation
This commit is contained in:
parent
d998b46cb2
commit
cd0f72b7e6
@ -86,7 +86,7 @@
|
||||
# }
|
||||
|
||||
# # A list of fixed users
|
||||
# # Note: password may be bcrypt-hashed (generate using `python -c 'import bcrypt; print(bcrypt.hashpw("password", bcrypt.gensalt()))'`)
|
||||
# # Note: password may be base64-encoded bcrypt-hashed (generate using `python -c 'import bcrypt,base64; print(base64.b64encode(bcrypt.hashpw("password".encode(), bcrypt.gensalt())))'`)
|
||||
# fixed_users {
|
||||
# enabled: true
|
||||
# pass_hashed: false
|
||||
|
Loading…
Reference in New Issue
Block a user