mirror of
https://github.com/clearml/clearml-server
synced 2025-06-23 08:45:30 +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
|
# # 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 {
|
# fixed_users {
|
||||||
# enabled: true
|
# enabled: true
|
||||||
# pass_hashed: false
|
# pass_hashed: false
|
||||||
|
Loading…
Reference in New Issue
Block a user