From 8dd77dcdf0d511cd7a2cabd8d0cc96da8601b001 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Thu, 17 Nov 2016 16:42:15 -0500 Subject: [PATCH] update templates and shit --- 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