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