add gitlab url to gitaly.toml config

This commit is contained in:
Constantin Wildförster 2020-07-27 19:03:14 +02:00 committed by Niclas Mietz
parent 3f349977f5
commit ad57e9f354

View File

@ -91,3 +91,7 @@ dir = "{{GITLAB_SHELL_INSTALL_DIR}}"
# [[concurrency]]
# rpc = "/gitaly.RepositoryService/GarbageCollect"
# max_per_repo = 1
[gitlab]
url = "http+unix://%2Fhome%2Fgit%2Fgitlab%2Ftmp%2Fsockets%2Fgitlab-workhorse.socket"