From a86345aa8b06e8500b44e13b789ab7f1df8ecabd Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Wed, 14 Dec 2016 17:40:56 -0500 Subject: [PATCH] Revert "Revert "update templates and shit"" This reverts commit f5520a7127d123689abdfad819f8f54e49858bdc. --- contrib/templates/default/inst_cache.mustache | 6 ++++-- contrib/templates/default/inst_db.mustache | 4 ++-- doc/srnd.md | 11 ++++------- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/contrib/templates/default/inst_cache.mustache b/contrib/templates/default/inst_cache.mustache index ee6c363..786c8b2 100644 --- a/contrib/templates/default/inst_cache.mustache +++ b/contrib/templates/default/inst_cache.mustache @@ -22,7 +22,7 @@ - {{#i18n.Translations}}{{file_cache_name}}{{/i18n.Translations}} + {{#i18n.Translations}}{{file_cache_name}}{{/i18n.Translations}} @@ -30,9 +30,10 @@ - {{#i18n.Translations}}{{null_cache_name}}{{/i18n.Translations}} + {{#i18n.Translations}}{{null_cache_name}}{{/i18n.Translations}} + diff --git a/contrib/templates/default/inst_db.mustache b/contrib/templates/default/inst_db.mustache index 550a89f..1af7884 100644 --- a/contrib/templates/default/inst_db.mustache +++ b/contrib/templates/default/inst_db.mustache @@ -22,7 +22,7 @@ - {{#i18n.Translations}}{{postgres_name}}{{/i18n.Translations}} + {{#i18n.Translations}}{{postgres_name}}{{/i18n.Translations}} @@ -30,7 +30,7 @@ - {{#i18n.Translations}}{{redis_name}}{{/i18n.Translations}} + {{#i18n.Translations}}{{redis_name}}{{/i18n.Translations}} diff --git a/doc/srnd.md b/doc/srnd.md index 7dedf59..b1a99d7 100644 --- a/doc/srnd.md +++ b/doc/srnd.md @@ -38,15 +38,12 @@ sox_bin=/usr/bin/sox compression=0 [database] -type=redis -schema=single -host=localhost -port=6379 -user -password +type=postgres +schema=srnd +host=/var/run/postgresql [cache] -type=file +type=null [frontend] enable=1