Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2012-09-19 05:53:27 +0400
committerRobert Speicher <rspeicher@gmail.com>2012-09-19 05:53:27 +0400
commit259ca982da2f2962773ef797fabe6d6641689f5e (patch)
treef9af0ba46c0e29399976b9eb923e3d2a93f1d015 /config/resque.yml.example
parentbfed07ee20d5df75e444994912edda48839acbac (diff)
Add docs for customizing Redis, add example file
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