diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-09-12 14:59:58 +0200 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-09-12 14:59:58 +0200 |
commit | 5704e6fee9d2dea67c4a91b43d06a9958484d29b (patch) | |
tree | 427db590f3aef27ea68393b18c99502f28f03757 /config/resque.yml.example | |
parent | a034a4665229425d5b3eff3082069b9ab1b57ab4 (diff) | |
download | gitlab-ce-5704e6fee9d2dea67c4a91b43d06a9958484d29b.tar.gz |
Use sockets to connect to Redis
Diffstat (limited to 'config/resque.yml.example')
-rw-r--r-- | config/resque.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/resque.yml.example b/config/resque.yml.example index 3c7ad0e5778..347f3599b20 100644 --- a/config/resque.yml.example +++ b/config/resque.yml.example @@ -1,3 +1,3 @@ development: redis://localhost:6379 test: redis://localhost:6379 -production: redis://redis.example.com:6379 +production: unix:/var/run/redis/redis.sock |