From ec3c2cc302ee6c9216eff1c352ec9afa3fedfe50 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Tue, 5 Sep 2023 14:52:40 +0300 Subject: [PATCH] Reorder env var page (#665) --- docs/configs/env_vars.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/configs/env_vars.md b/docs/configs/env_vars.md index 4cc6def7..1fbbbad5 100644 --- a/docs/configs/env_vars.md +++ b/docs/configs/env_vars.md @@ -2,8 +2,7 @@ title: Environment Variables --- -This page lists the available environment variables for configuring ClearML. See [here](../clearml_agent/clearml_agent_env_var.md) -for environment variables to configure ClearML Agent. +This page lists the available environment variables for configuring ClearML. :::info ClearML's environment variables override the clearml.conf file, SDK, and [configuration vault](../webapp/webapp_profile.md#configuration-vault), @@ -52,3 +51,7 @@ Overrides Repository Auto-logging |**CLEARML_OFFLINE_MODE** | Sets Offline mode| |**CLEARML_NO_DEFAULT_SERVER** | Disables sending information to demo server when no HOST server is set| +## Agent Specific Variables + +See [here](../clearml_agent/clearml_agent_env_var.md) for environment variables to configure how the ClearML Agent works +with the SDK.