diff options
| author | Shaan Malik <shaanmalik@gmail.com> | 2023-10-02 12:38:01 +0100 |
|---|---|---|
| committer | Shaan Malik <shaanmalik@gmail.com> | 2023-10-02 12:38:01 +0100 |
| commit | 643b54d408ff1d23c20cdc939a6a35870bdaf0e3 (patch) | |
| tree | eb4684f18dc853d99097d90137fcf0504e31e00f | |
| parent | 569b637e0f5103aa4da2546bc638ee9e2381584f (diff) | |
Fixed example mysql config
Enabling mysql should include setting `mysql: true` in config
| -rw-r--r-- | content/irc.md | 2 |
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 |
