Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2017-04-06 15:58:06 +0300
committerJacob Vosmaer <jacob@gitlab.com>2017-04-06 15:58:06 +0300
commitdc961bd22685c6b9ebcab433c316612f98f99cb1 (patch)
treec680ce7d02dab755bd4954dfe02471ea1e633b55 /config.toml.example
parentd6e7825afc169e916865b1224509135888a31418 (diff)
Fix mistake in config.toml.example
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example
index c709518d4..3a987f990 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -1,6 +1,6 @@
# Example Gitaly configuration file
-listen_path = "/home/git/gitlab/tmp/sockets/private/gitaly.socket"
+socket_path = "/home/git/gitlab/tmp/sockets/private/gitaly.socket"
# # Optional: listen on a TCP socket. This is insecure (no authentication)
# listen_addr = "localhost:9999"