mirror of
https://github.com/clearml/clearml-server
synced 2025-02-12 07:38:28 +00:00
Fix broken config dir backwards compatibility (/opt/trains/config should still be supported)
This commit is contained in:
parent
e662c850af
commit
8ebc334889
@ -19,7 +19,7 @@ from pyparsing import (
|
|||||||
|
|
||||||
from apiserver.utilities import json
|
from apiserver.utilities import json
|
||||||
|
|
||||||
EXTRA_CONFIG_PATHS = ("/opt/clearml/config",)
|
EXTRA_CONFIG_PATHS = ("/opt/trains/config", "/opt/clearml/config")
|
||||||
DEFAULT_PREFIXES = ("clearml", "trains")
|
DEFAULT_PREFIXES = ("clearml", "trains")
|
||||||
EXTRA_CONFIG_PATH_SEP = ":" if platform.system() != "Windows" else ";"
|
EXTRA_CONFIG_PATH_SEP = ":" if platform.system() != "Windows" else ";"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user