Revert "Revert "Revert "update templates and shit"""
This reverts commit 2b811a6b34
.
This commit is contained in:
parent
b5580bebdd
commit
82a0746d3e
@ -22,7 +22,7 @@
|
||||
|
||||
</th>
|
||||
<td>
|
||||
<input type="radio" name="cache" value="file"> {{#i18n.Translations}}{{file_cache_name}}{{/i18n.Translations}}
|
||||
<input type="radio" name="cache" value="file" checked> {{#i18n.Translations}}{{file_cache_name}}{{/i18n.Translations}}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -30,10 +30,9 @@
|
||||
|
||||
</th>
|
||||
<td>
|
||||
<input type="radio" name="cache" value="null" checked> {{#i18n.Translations}}{{null_cache_name}}{{/i18n.Translations}}
|
||||
<input type="radio" name="cache" value="null"> {{#i18n.Translations}}{{null_cache_name}}{{/i18n.Translations}}
|
||||
</td>
|
||||
</tr>
|
||||
<!--
|
||||
<tr>
|
||||
<th>
|
||||
|
||||
@ -42,7 +41,6 @@
|
||||
<input type="radio" name="cache" value="redis"> {{#i18n.Translations}}{{redis_cache_name}}{{/i18n.Translations}}
|
||||
</td>
|
||||
</tr>
|
||||
-->
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
</th>
|
||||
<td>
|
||||
<input type="radio" name="db" value="postgres" checked> {{#i18n.Translations}}{{postgres_name}}{{/i18n.Translations}}
|
||||
<input type="radio" name="db" value="postgres"> {{#i18n.Translations}}{{postgres_name}}{{/i18n.Translations}}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
</th>
|
||||
<td>
|
||||
<input type="radio" name="db" value="redis" > {{#i18n.Translations}}{{redis_name}}{{/i18n.Translations}}
|
||||
<input type="radio" name="db" value="redis" checked> {{#i18n.Translations}}{{redis_name}}{{/i18n.Translations}}
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
11
doc/srnd.md
11
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
|
||||
|
Reference in New Issue
Block a user