From 99614702eaf8574dae1bb4fabf93ee83653b207d Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Wed, 17 Feb 2021 00:03:42 +0200 Subject: [PATCH] Add missing default configuration value --- docs/clearml.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/clearml.conf b/docs/clearml.conf index a57903f..e09e178 100644 --- a/docs/clearml.conf +++ b/docs/clearml.conf @@ -24,7 +24,9 @@ agent { # Force GIT protocol to use SSH regardless of the git url (Assumes GIT user/pass are blank) force_git_ssh_protocol: false # Force a specific SSH port when converting http to ssh links (the domain is kept the same) - # force_git_ssh_port: "" + # force_git_ssh_port: 0 + # Force a specific SSH username when converting http to ssh links (the default username is 'git') + # force_git_ssh_user: git # unique name of this worker, if None, created based on hostname:process_id # Overridden with os environment: CLEARML_WORKER_NAME