summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorShaan Malik <shaanmalik@gmail.com>2023-10-02 12:38:01 +0100
committerShaan Malik <shaanmalik@gmail.com>2023-10-02 12:38:01 +0100
commit643b54d408ff1d23c20cdc939a6a35870bdaf0e3 (patch)
treeeb4684f18dc853d99097d90137fcf0504e31e00f /content
parent569b637e0f5103aa4da2546bc638ee9e2381584f (diff)
Fixed example mysql config
Enabling mysql should include setting `mysql: true` in config
Diffstat (limited to 'content')
-rw-r--r--content/irc.md2
1 files changed, 1 insertions, 1 deletions
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