Add YAML storage support

This commit is contained in:
Luck
2016-09-02 19:15:31 +01:00
Unverified
parent 5c760aabd4
commit 5dec5a54cb
8 changed files with 907 additions and 465 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ apply-shorthand=true
log-notify=true
# Which storage method the plugin should use.
# Currently supported: mysql, sqlite, h2, flatfile, mongodb
# Currently supported: mysql, sqlite, h2, json, yaml, mongodb
# Fill out connection info below if you're using MySQL or MongoDB
storage-method="h2"