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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-04-12 12:25:09 +0300
committerRémy Coutable <remy@rymai.me>2017-04-12 12:25:09 +0300
commitc43f7d4713a719d7090d7ec5fbe4a36d233282ad (patch)
tree7a74a7669a0ed8c84af7dfea532c5e1b79775513 /config
parent3842b654030cfbc590936f0836b3c380aebf4442 (diff)
parentd6cc8feb6ce0a8e39a1bc8830b932155713357da (diff)
Merge branch 'gitaly-testing' into 'master'
Setup and run a Gitaly server for testing if GitalyClient is enabled See merge request !10298
Diffstat (limited to 'config')
-rw-r--r--config/gitlab.yml.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 3c70f35b9d0..06c9f734c2a 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -579,9 +579,9 @@ test:
storages:
default:
path: tmp/tests/repositories/
- gitaly_address: unix:<%= Rails.root.join('tmp/sockets/private/gitaly.socket') %>
+ gitaly_address: unix:tmp/tests/gitaly/gitaly.socket
gitaly:
- enabled: false
+ enabled: true
backup:
path: tmp/tests/backups
gitlab_shell: