diff options
Diffstat (limited to 'www/gitlab-ce/files/patch-config_redis.cache.yml.example')
-rw-r--r-- | www/gitlab-ce/files/patch-config_redis.cache.yml.example | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/gitlab-ce/files/patch-config_redis.cache.yml.example b/www/gitlab-ce/files/patch-config_redis.cache.yml.example new file mode 100644 index 000000000000..6b4ab859e73a --- /dev/null +++ b/www/gitlab-ce/files/patch-config_redis.cache.yml.example @@ -0,0 +1,11 @@ +--- config/redis.cache.yml.example.orig 2020-05-23 10:51:33 UTC ++++ config/redis.cache.yml.example +@@ -18,7 +18,7 @@ test: + # url: redis://localhost:6380 + production: + # Redis (single instance) +- url: unix:/var/run/redis/redis.cache.sock ++ url: unix:/var/run/redis/redis.sock + ## + # Redis + Sentinel (for HA) + # |