mirror of
https://github.com/clearml/clearml-server
synced 2025-01-31 10:56:48 +00:00
20 lines
424 B
Plaintext
20 lines
424 B
Plaintext
auth {
|
|
# Fixed users login credentials
|
|
# No other user will be able to login
|
|
fixed_users {
|
|
enabled: true
|
|
users: [
|
|
{
|
|
username: "jane"
|
|
password: "12345678"
|
|
name: "Jane Doe"
|
|
},
|
|
{
|
|
username: "john"
|
|
password: "12345678"
|
|
name: "John Doe"
|
|
},
|
|
]
|
|
}
|
|
}
|