Small edits (#899)

This commit is contained in:
pollfly
2024-08-08 12:53:48 +03:00
committed by GitHub
parent 9a61779a34
commit 452d1aeca1
3 changed files with 4 additions and 4 deletions

View File

@@ -153,8 +153,8 @@ Use the configuration vault to store global ClearML configuration entries that c
of any ClearML Agents or the ClearML SDK running with your credentials. Productivity tip: Keep the vault disabled while
you edit your configuration, and enable it when the configuration is ready.
New entries will extend the configuration in the ClearML [configuration file](../configs/clearml_conf.md), and existing
file entries will be overridden by the vault values.
Vault entries will extend the configuration in the ClearML [configuration file](../configs/clearml_conf.md) if they don't
exist, and override values for those already present in the file.
Fill in values using any of ClearML supported configuration formats: HOCON / JSON / YAML.