mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-28 23:19:30 +01:00
Uncomment MySQL port in default configs.
This ensures that host:port is used rather than an empty address, which defaults to 127.0.0.1:3306 (ignoring the host in the config).
This commit is contained in:
parent
3468a8cb8a
commit
fc1d6ee724
@ -663,8 +663,7 @@ datastore:
|
|||||||
mysql:
|
mysql:
|
||||||
enabled: false
|
enabled: false
|
||||||
host: "localhost"
|
host: "localhost"
|
||||||
# port is unnecessary for connections via unix domain socket:
|
port: 3306
|
||||||
#port: 3306
|
|
||||||
# if socket-path is set, it will be used instead of host:port
|
# if socket-path is set, it will be used instead of host:port
|
||||||
#socket-path: "/var/run/mysqld/mysqld.sock"
|
#socket-path: "/var/run/mysqld/mysqld.sock"
|
||||||
user: "oragono"
|
user: "oragono"
|
||||||
|
@ -684,8 +684,7 @@ datastore:
|
|||||||
mysql:
|
mysql:
|
||||||
enabled: false
|
enabled: false
|
||||||
host: "localhost"
|
host: "localhost"
|
||||||
# port is unnecessary for connections via unix domain socket:
|
port: 3306
|
||||||
#port: 3306
|
|
||||||
# if socket-path is set, it will be used instead of host:port
|
# if socket-path is set, it will be used instead of host:port
|
||||||
#socket-path: "/var/run/mysqld/mysqld.sock"
|
#socket-path: "/var/run/mysqld/mysqld.sock"
|
||||||
user: "oragono"
|
user: "oragono"
|
||||||
|
Loading…
Reference in New Issue
Block a user