Clarification of config example
Since the SQL database port is 3306, the type should be set as "mysql".
This commit is contained in:
parent
1cf5c4f3d5
commit
1b00ac0528
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ Logdir = "/var/log/"
|
||||||
|
|
||||||
[Database]
|
[Database]
|
||||||
# Type can be either postgresql or mysql
|
# 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
|
# 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/
|
Host = "127.0.0.1" # can be either an IP address or a socket, it's often /var/run/postgresql/
|
||||||
Username = "sacrebleu"
|
Username = "sacrebleu"
|
||||||
|
|
Loading…
Reference in a new issue