Skip to content

Commit 9b31de5

Browse files
committed
Sync config v14.10.0 : Add commented-out potions for gitaly: runtime_dir
See upstream merge request: https://gitlab.com/gitlab-org/gitaly/-/merge_requests/4415 First contain gitaly v14.10.0 Corresponding gitlab v14.10.0
1 parent 91c2e0c commit 9b31de5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

assets/runtime/config/gitaly/config.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ socket_path = "{{GITALY_SOCKET_PATH}}"
77
# The directory where Gitaly's executables are stored
88
bin_dir = "/usr/local/bin/"
99

10+
# # Optional: The directory where Gitaly can create all files required to
11+
# # properly operate at runtime. If not set, Gitaly will create a directory in
12+
# # the global temporary directory. This directory must exist.
13+
# runtime_dir = "/home/git/gitaly/run"
14+
1015
# # Optional: listen on a TCP socket. This is insecure (no authentication)
1116
# listen_addr = "localhost:9999"
1217
# tls_listen_addr = "localhost:8888"

0 commit comments

Comments
 (0)