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 (GitLab) <jacob@gitlab.com>2017-11-13 18:42:06 +0300
committerJacob Vosmaer (GitLab) <jacob@gitlab.com>2017-11-13 18:42:06 +0300
commit8542d85d27d3c8fb381179b235a04a10ece6a4c2 (patch)
tree89a5060ec6691b3ef085434254c86d4eae565d12 /doc/configuration/README.md
parentc757efaaa0267ec823ddc0858cf6ec930e93a074 (diff)
Implement RepositoryService::FetchSourceBranch
Diffstat (limited to 'doc/configuration/README.md')
-rw-r--r--doc/configuration/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/configuration/README.md b/doc/configuration/README.md
index 9803565e1..2aa1940f8 100644
--- a/doc/configuration/README.md
+++ b/doc/configuration/README.md
@@ -21,6 +21,7 @@ gitaly /path/to/config.toml
```toml
socket_path = "/path/to/gitaly.sock"
listen_addr = ":8081"
+bin_dir = "/path/to/gitaly-executables"
prometheus_listen_addr = ":9236"
[auth]
@@ -41,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|
+|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|