Archived
1
0

* change feed defaults to be sane

* update docs

* add git revision to version

* bump to 2.5.1
This commit is contained in:
Jeff Becker
2017-09-24 10:00:03 -04:00
parent 24b9076c65
commit 61c35b7652
14 changed files with 186 additions and 94 deletions

View File

@@ -25,6 +25,7 @@
<input type="radio" name="db" value="postgres" checked> {{#i18n.Translations}}{{postgres_name}}{{/i18n.Translations}}
</td>
</tr>
<!--
<tr>
<th>
@@ -33,6 +34,7 @@
<input type="radio" name="db" value="redis" > {{#i18n.Translations}}{{redis_name}}{{/i18n.Translations}}
</td>
</tr>
-->
</tbody>
</table>
</div>