clearml-server/apiserver/config/default/services/projects.conf

18 lines
355 B
Plaintext
Raw Normal View History

# Order of featured projects, by name or ID
2021-01-05 14:46:23 +00:00
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
2021-05-03 14:42:10 +00:00
}
sub_projects {
# the max sub project depth
max_depth: 10
2021-01-05 14:46:23 +00:00
}