Fix database type

This commit is contained in:
Yalh 2019-01-30 02:25:32 +01:00
parent eb87361c15
commit 04594767de

View File

@ -28,7 +28,7 @@ bindIP: 0.0.0.0
# - sqlite = SQLite 3.9 or later
db:
type: mysql
type: postgres
# PostgreSQL / MySQL / MariaDB / MS SQL Server only:
host: localhost
port: 5432