clearml-server/apiserver/config/default/services/projects.conf
2021-05-03 17:42:10 +03:00

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
}