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

Unified Diff: modules/discourse/files/redis.yml

Issue 6221863587938304: Issue 212 - Update Discourse (Closed)
Patch Set: Created March 27, 2014, 3:37 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: modules/discourse/files/redis.yml
===================================================================
deleted file mode 100644
--- a/modules/discourse/files/redis.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-defaults: &defaults
- host: localhost
- port: 6379
- db: 0
- cache_db: 2
-
-staging:
- <<: *defaults
-
-production:
- <<: *defaults

Powered by Google App Engine
This is Rietveld