Add links to dynamic env var information (#841)

This commit is contained in:
pollfly 2024-05-16 11:56:33 +03:00 committed by GitHub
parent 5dfe4da526
commit fe8b8ab888
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,10 @@ title: ClearML Agent Environment Variables
This page lists the available environment variables for configuring ClearML Agent.
In addition to the environment variables listed below, ClearML also supports dynamic environment variables to override
any configuration option that appears in the [`agent`](../configs/clearml_conf.md#agent-section) section of the `clearml.conf`.
For more information, see [Dynamic Environment Variables](../clearml_agent.md#dynamic-environment-variables).
:::info
ClearML's environment variables override the [clearml.conf file](../configs/clearml_conf.md), SDK, and
[configuration vault](../webapp/webapp_profile.md#configuration-vault),

View File

@ -4,6 +4,9 @@ title: Environment Variables
This page lists the available environment variables for configuring ClearML.
In addition to the environment variables listed below, ClearML also supports dynamic environment variables to override
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),
but can be overridden by command-line arguments.