We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde9426 commit b105892Copy full SHA for b105892
config/redis_config.yml.example
@@ -1,5 +1,13 @@
1
+development:
2
+ host: 'localhost'
3
+ port: 6379
4
+
5
+test:
6
7
8
9
production:
- host: CHANGE
- port: CHANGE
- username: CHANGE
- password: CHANGE
10
+ host: 'herring.redistogo.com'
11
+ username: 'redistogo'
12
+ password: '<pw>'
13
+ port: 9079
config/resque_config.yml.example
@@ -1,3 +1,11 @@
+ web_user: 'x'
+ web_pass: 'x'
- web_user: CHANGE
- web_pass: CHANGE
+ web_user: 'user'
+ web_pass: 'pass'
0 commit comments