summaryrefslogtreecommitdiff
path: root/config.yml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config.yml.example')
-rw-r--r--config.yml.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.yml.example b/config.yml.example
index 6b0dbeb..0e9a89d 100644
--- a/config.yml.example
+++ b/config.yml.example
@@ -14,3 +14,11 @@ repos_path: "/home/git/repositories"
# File used as authorized_keys for gitlab user
auth_file: "/home/git/.ssh/authorized_keys"
+
+# Redis settings used for pushing commit notices to gitlab
+redis:
+ bin: /usr/bin/redis-cli
+ host: 127.0.0.1
+ port: 6379
+ namespace: resque:gitlab
+