Rename git_domain to git_host

This commit is contained in:
allegroai
2020-10-05 11:25:03 +03:00
parent 6e54e55c31
commit 6cbfb96ff8
4 changed files with 5 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ agent {
git_pass=""
# Limit credentials to a single domain, for example: github.com,
# all other domains will use public access (no user/pass). Default: always send user/pass for any VCS domain
git_domain=""
git_host=""
# Force GIT protocol to use SSH regardless of the git url (Assumes GIT user/pass are blank)
force_git_ssh_protocol: false