mirror of
https://github.com/clearml/clearml-agent
synced 2025-01-31 09:06:52 +00:00
Add missing default configuration value
This commit is contained in:
parent
58cb344ee6
commit
99614702ea
@ -24,7 +24,9 @@ agent {
|
|||||||
# Force GIT protocol to use SSH regardless of the git url (Assumes GIT user/pass are blank)
|
# Force GIT protocol to use SSH regardless of the git url (Assumes GIT user/pass are blank)
|
||||||
force_git_ssh_protocol: false
|
force_git_ssh_protocol: false
|
||||||
# Force a specific SSH port when converting http to ssh links (the domain is kept the same)
|
# 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
|
# unique name of this worker, if None, created based on hostname:process_id
|
||||||
# Overridden with os environment: CLEARML_WORKER_NAME
|
# Overridden with os environment: CLEARML_WORKER_NAME
|
||||||
|
Loading…
Reference in New Issue
Block a user