From 04594767ded7dc8918ef2ee128a977a1c910a8f0 Mon Sep 17 00:00:00 2001 From: Yalh Date: Wed, 30 Jan 2019 02:25:32 +0100 Subject: [PATCH] Fix database type --- conf/config.sample.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.sample.yml b/conf/config.sample.yml index 98972d6..1b0c2b3 100644 --- a/conf/config.sample.yml +++ b/conf/config.sample.yml @@ -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