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