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.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/resque.yml.example b/config/resque.yml.example
new file mode 100644
index 00000000000..cd3d487408a
--- /dev/null
+++ b/config/resque.yml.example
@@ -0,0 +1,3 @@
+development: localhost:6379
+test: localhost:6379
+production: redis.example.com:6379