From fe44deede03493a74f07d18551ffe8fcfb36960d Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Thu, 23 Dec 2021 13:59:14 +0200 Subject: [PATCH] Add CLEARML_CONFIG_FILE env var (#138) --- docs/configs/env_vars.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/configs/env_vars.md b/docs/configs/env_vars.md index 79019126..6112f059 100644 --- a/docs/configs/env_vars.md +++ b/docs/configs/env_vars.md @@ -33,11 +33,12 @@ Overrides Repository Auto-logging |Name|Description| |---|---| |**CLEARML_API_HOST** | Sets the API Server URL| +|**CLEARML_CONFIG_FILE**| Sets the ClearML configuration file. Overrides the default configuration file location | |**CLEARML_WEB_HOST** | Sets the Web UI Server URL| |**CLEARML_FILES_HOST** | Sets the File Server URL |**CLEARML_API_ACCESS_KEY** | Sets the Server's Public Access Key| |**CLEARML_API_SECRET_KEY** | Sets the Server's Private Access Key| -|**CLEARML_API_HOST_VERIFY_CERT**| Enables \ Disables server certificate verification (If behind a firewall)| +|**CLEARML_API_HOST_VERIFY_CERT**| Enables / Disables server certificate verification (If behind a firewall)| |**CLEARML_OFFLINE_MODE** | Sets Offline mode| |**CLEARML_NO_DEFAULT_SERVER** | Disables sending information to demo server when no HOST server is set|