We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c2e0c commit 9b31de5Copy full SHA for 9b31de5
assets/runtime/config/gitaly/config.toml
@@ -7,6 +7,11 @@ socket_path = "{{GITALY_SOCKET_PATH}}"
7
# The directory where Gitaly's executables are stored
8
bin_dir = "/usr/local/bin/"
9
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
+
15
# # Optional: listen on a TCP socket. This is insecure (no authentication)
16
# listen_addr = "localhost:9999"
17
# tls_listen_addr = "localhost:8888"
0 commit comments