From 1b00ac0528e32c5a39e34b3cbe83fe974825a4e2 Mon Sep 17 00:00:00 2001 From: Mael GRAMAIN Date: Sun, 27 Dec 2020 21:18:01 -0400 Subject: [PATCH] Clarification of config example Since the SQL database port is 3306, the type should be set as "mysql". --- extra/config.ini.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/config.ini.example b/extra/config.ini.example index 7b75ebf..3a1aeee 100644 --- a/extra/config.ini.example +++ b/extra/config.ini.example @@ -8,7 +8,7 @@ Logdir = "/var/log/" [Database] # Type can be either postgresql or mysql -Type = "postgresql" +Type = "mysql" # if type if postgres, you can also connect to the DB with a socket file Host = "127.0.0.1" # can be either an IP address or a socket, it's often /var/run/postgresql/ Username = "sacrebleu"