Skip to content

Commit b105892

Browse files
author
Austin Schneider
committed
update config examples
1 parent bde9426 commit b105892

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

config/redis_config.yml.example

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1+
development:
2+
host: 'localhost'
3+
port: 6379
4+
5+
test:
6+
host: 'localhost'
7+
port: 6379
8+
19
production:
2-
host: CHANGE
3-
port: CHANGE
4-
username: CHANGE
5-
password: CHANGE
10+
host: 'herring.redistogo.com'
11+
username: 'redistogo'
12+
password: '<pw>'
13+
port: 9079

config/resque_config.yml.example

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
development:
2+
web_user: 'x'
3+
web_pass: 'x'
4+
5+
test:
6+
web_user: 'x'
7+
web_pass: 'x'
8+
19
production:
2-
web_user: CHANGE
3-
web_pass: CHANGE
10+
web_user: 'user'
11+
web_pass: 'pass'

0 commit comments

Comments
 (0)