mirror of
https://github.com/clearml/clearml-server
synced 2025-01-31 19:06:55 +00:00
18 lines
355 B
Plaintext
18 lines
355 B
Plaintext
# Order of featured projects, by name or ID
|
|
featured {
|
|
order: [
|
|
# {id: "<project-id>"}
|
|
# OR
|
|
# {name: "<project-name>"}
|
|
# OR
|
|
# {name_regex: "<python-regex>"}
|
|
]
|
|
|
|
# default featured index for public projects not specified in the order
|
|
public_default: 9999
|
|
}
|
|
|
|
sub_projects {
|
|
# the max sub project depth
|
|
max_depth: 10
|
|
} |