Changed default db back to SQLite

This commit is contained in:
Rsl1122 2019-07-25 11:13:22 +03:00
parent c292d441a0
commit 9a69463fa8

View File

@ -25,7 +25,7 @@ Plugin:
# Supported databases: SQLite, H2, MySQL
# -----------------------------------------------------
Database:
Type: H2
Type: SQLite
MySQL:
Host: localhost
Port: 3306