mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Refactor Settings page (#940)
This commit is contained in:
@@ -18,7 +18,7 @@ See an [example configuration file](https://github.com/allegroai/clearml-agent/b
|
||||
in the ClearML Agent GitHub repository.
|
||||
|
||||
:::info
|
||||
The values in the ClearML configuration file can be overridden by environment variables, the [configuration vault](../webapp/webapp_profile.md#configuration-vault),
|
||||
The values in the ClearML configuration file can be overridden by environment variables, the [configuration vault](../webapp/settings/webapp_settings_profile.md#configuration-vault),
|
||||
and command-line arguments.
|
||||
:::
|
||||
|
||||
@@ -1585,4 +1585,4 @@ the vault is enabled, the configurations will be merged into the ClearML and Cle
|
||||
|
||||
These configurations override the configurations written in the configuration file.
|
||||
|
||||
See [configuration vault](../webapp/webapp_profile.md#configuration-vault).
|
||||
See [configuration vault](../webapp/settings/webapp_settings_profile.md#configuration-vault).
|
||||
|
||||
@@ -13,7 +13,7 @@ specification.
|
||||
|
||||
Enterprise users can insert configuration snippets into the configuration vault. When enabled, configuration entries
|
||||
from the vault are applied on top of the configuration specified in `clearml.conf`. New definitions will extend the
|
||||
`clearml.conf` configurations, and existing definitions will be overridden. For more information, see [Configuration Vault](../webapp/webapp_profile.md#configuration-vault).
|
||||
`clearml.conf` configurations, and existing definitions will be overridden. For more information, see [Configuration Vault](../webapp/settings/webapp_settings_profile.md#configuration-vault).
|
||||
|
||||
The different ClearML configuration methods take precedence as summarized in the following list (higher ordered methods
|
||||
override the lower ones):
|
||||
|
||||
@@ -8,7 +8,7 @@ In addition to the environment variables listed below, ClearML also supports **d
|
||||
any configuration option that appears in the configuration files. For more information, see [Dynamic Environment Variables](../deploying_clearml/clearml_server_config.md#dynamic-environment-variables).
|
||||
|
||||
:::info
|
||||
ClearML's environment variables override the clearml.conf file, SDK, and [configuration vault](../webapp/webapp_profile.md#configuration-vault),
|
||||
ClearML's environment variables override the clearml.conf file, SDK, and [configuration vault](../webapp/settings/webapp_settings_profile.md#configuration-vault),
|
||||
but can be overridden by command-line arguments.
|
||||
:::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user