diff options
author | Robert Speicher <rspeicher@gmail.com> | 2012-09-18 21:53:27 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2012-09-18 21:53:27 -0400 |
commit | 259ca982da2f2962773ef797fabe6d6641689f5e (patch) | |
tree | f9af0ba46c0e29399976b9eb923e3d2a93f1d015 /config/resque.yml.example | |
parent | bfed07ee20d5df75e444994912edda48839acbac (diff) | |
download | gitlab-ce-259ca982da2f2962773ef797fabe6d6641689f5e.tar.gz |
Add docs for customizing Redis, add example file
Diffstat (limited to 'config/resque.yml.example')
-rw-r--r-- | config/resque.yml.example | 3 |
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 |