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
path: root/doc
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2019-04-04 22:49:07 +0300
committerJohn Cai <jcai@gitlab.com>2019-11-19 19:45:36 +0300
commit25fefd700f97f7349955b6103ab047676de758a6 (patch)
tree557c87dcfc6282f8f7de676a1ec1b0cbcb035199 /doc
parente3d79617cba8ca2dab01700d6af36bf4670b0341 (diff)
Allow socket dir for Gitaly-Ruby to be configured
In case the `/tmp` directory can't be used for security reasons, this can be configured. The default behaviour as in production right now will remain. So if nothing is set, `/tmp` will be reused.
Diffstat (limited to 'doc')
-rw-r--r--doc/configuration/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/configuration/README.md b/doc/configuration/README.md
index a1a087973..936477ce5 100644
--- a/doc/configuration/README.md
+++ b/doc/configuration/README.md
@@ -42,6 +42,7 @@ name = "my_shard"
|----|----|--------|-----|
|socket_path|string|see notes|A path which gitaly should open a Unix socket. Required unless listen_addr is set|
|listen_addr|string|see notes|TCP address for Gitaly to listen on (See #GITALY_LISTEN_ADDR). Required unless socket_path is set|
+|internal_socket_dir|string|yes|Path where Gitaly will create sockets for internal Gitaly calls to connect to|
|bin_dir|string|yes|Directory containing Gitaly's executables|
|prometheus_listen_addr|string|no|TCP listen address for Prometheus metrics. If not set, no Prometheus listener is started|
|storage|array|yes|An array of storage shards|