mirror of
https://github.com/clearml/clearml-server
synced 2025-02-01 19:33:44 +00:00
baba8b5b73
Add initial support for project ordering Add support for sortable task duration (used by the UI in the experiment's table) Add support for project name in worker's current task info Add support for results and artifacts in pre-populates examples Add demo server features
16 lines
301 B
Plaintext
16 lines
301 B
Plaintext
fixed_users {
|
|
guest {
|
|
enabled: false
|
|
|
|
default_company: "025315a9321f49f8be07f5ac48fbcf92"
|
|
|
|
name: "Guest"
|
|
username: "guest"
|
|
password: "guest"
|
|
|
|
# Allow access only to the following endpoints when using user/pass credentials
|
|
allow_endpoints: [
|
|
"auth.login"
|
|
]
|
|
}
|
|
} |