Clarification of config example

Since the SQL database port is 3306, the type should be set as "mysql".
This commit is contained in:
Mael G. 2020-12-27 21:18:01 -04:00
parent 1cf5c4f3d5
commit 1b00ac0528

View file

@ -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"