summaryrefslogtreecommitdiff
path: root/config/resque.yml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config/resque.yml.example')
-rw-r--r--config/resque.yml.example6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/resque.yml.example b/config/resque.yml.example
index cd3d487..7c216c0 100644
--- a/config/resque.yml.example
+++ b/config/resque.yml.example
@@ -1,3 +1,3 @@
-development: localhost:6379
-test: localhost:6379
-production: redis.example.com:6379
+development: redis://localhost:6379
+test: redis://localhost:6379
+production: redis://redis.example.com:6379 \ No newline at end of file