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