mirror of
https://github.com/clearml/clearml-docs
synced 2025-03-03 10:42:51 +00:00
Small edits (#776)
This commit is contained in:
parent
65c3a777c3
commit
ddc9a91606
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Configuring ClearML
|
title: Overview
|
||||||
---
|
---
|
||||||
|
|
||||||
ClearML can be tailored to your requirements by setting configurations in a variety of methods. All ClearML and ClearML
|
ClearML can be tailored to your requirements by setting configurations in a variety of methods. All ClearML and ClearML
|
||||||
@ -13,7 +13,7 @@ specification.
|
|||||||
|
|
||||||
Enterprise users can insert configuration snippets into the configuration vault. When enabled, configuration entries
|
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
|
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/webapp_profile.md#configuration-vault).
|
||||||
|
|
||||||
The different ClearML configuration methods take precedence as summarized in the following list (higher ordered methods
|
The different ClearML configuration methods take precedence as summarized in the following list (higher ordered methods
|
||||||
override the lower ones):
|
override the lower ones):
|
||||||
|
@ -130,7 +130,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
'webapp/webapp_profile']
|
'webapp/webapp_profile']
|
||||||
},
|
},
|
||||||
{'Configurations': ['configs/configuring_clearml', 'configs/clearml_conf', 'configs/env_vars']},
|
{'Configuring ClearML': ['configs/configuring_clearml', 'configs/clearml_conf', 'configs/env_vars']},
|
||||||
//'References': ['references/clearml_ref','references/clearml_agent_ref'],
|
//'References': ['references/clearml_ref','references/clearml_agent_ref'],
|
||||||
{'ClearML Server': ['deploying_clearml/clearml_server',
|
{'ClearML Server': ['deploying_clearml/clearml_server',
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user