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: Disabled mini profiler Created March 28, 2014, 11:51 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « modules/discourse/files/init-discourse ('k') | modules/discourse/files/sudoers » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « modules/discourse/files/init-discourse ('k') | modules/discourse/files/sudoers » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld