Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: modules/discourse/files/redis.yml

Issue 6221863587938304: Issue 212 - Update Discourse (Closed)
Patch Set: Created March 27, 2014, 3:37 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 defaults: &defaults
2 host: localhost
3 port: 6379
4 db: 0
5 cache_db: 2
6
7 staging:
8 <<: *defaults
9
10 production:
11 <<: *defaults
OLDNEW

Powered by Google App Engine
This is Rietveld