diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2017-12-12 18:30:52 -0800 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2017-12-12 18:30:52 -0800 |
commit | 516bf4a94d68e8238d9740badfaa76006f7abd07 (patch) | |
tree | 602c35cc03cba5c3d7accca148c694c54fc5e79b /config.yml.example | |
parent | 5a9245e02088f5de70d1d217557dea344e047ada (diff) | |
download | gitlab-shell-remove-redis-cli.tar.gz |
Remove unused redis bin configuration.remove-redis-cli
Diffstat (limited to 'config.yml.example')
-rw-r--r-- | config.yml.example | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.yml.example b/config.yml.example index d5b7261..f631261 100644 --- a/config.yml.example +++ b/config.yml.example @@ -37,7 +37,6 @@ 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 # pass: redispass # Allows you to specify the password for Redis |