From 643b54d408ff1d23c20cdc939a6a35870bdaf0e3 Mon Sep 17 00:00:00 2001 From: Shaan Malik Date: Mon, 2 Oct 2023 12:38:01 +0100 Subject: Fixed example mysql config Enabling mysql should include setting `mysql: true` in config --- content/irc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') diff --git a/content/irc.md b/content/irc.md index ccf16e8..71abd09 100644 --- a/content/irc.md +++ b/content/irc.md @@ -534,7 +534,7 @@ persistent: # connection information for MySQL (currently only used for persistent history): mysql: - enabled: false + enabled: true host: "localhost" port: 3306 # if socket-path is set, it will be used instead of host:port -- cgit v1.2.3