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:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2019-03-05 17:01:32 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2019-03-08 22:44:43 +0300
commitf88eeb0c5ee8374b3b63498042f412270031ba5c (patch)
tree42d6fca97e7ed59f01c9594f1e937d66dba67cc2 /config.praefect.toml.example
parenta0dc989efce5515029663dc31041f57475bdc6a1 (diff)
Support socket paths for praefect
When investigating the integration of praefect in the GDK and Omnibus it seemed that using sockets is much more convenient. From a configuration perspective the behaviour of Gitaly is largely copied. Closes: https://gitlab.com/gitlab-org/gitaly/issues/1523
Diffstat (limited to 'config.praefect.toml.example')
-rw-r--r--config.praefect.toml.example7
1 files changed, 3 insertions, 4 deletions
diff --git a/config.praefect.toml.example b/config.praefect.toml.example
index 9f041a3f3..b6b8662a9 100644
--- a/config.praefect.toml.example
+++ b/config.praefect.toml.example
@@ -1,10 +1,9 @@
# Example Praefect configuration file
# # TCP address to listen on
-listen_addr = "127.0.0.1:2305"
-# socket_path = "/home/git/gitlab/tmp/sockets/private/praefect.socket"
-#
-prometheus_listen_addr = "127.0.0.1:10101"
+# listen_addr = "127.0.0.1:2305"
+socket_path = "/home/git/gitlab/tmp/sockets/private/praefect.socket"
+# prometheus_listen_addr = "127.0.0.1:10101"
# # You can optionally configure Praefect to output JSON-formatted log messages to stdout
# [logging]