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