diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2024-05-25 02:29:04 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-25 02:29:04 +0000 |
| commit | 4e1d654198605468d48f49ffbb7f1f2e4259e45d (patch) | |
| tree | 1be5bfee30a5f7d63fb2e75c10d344f4755b8e04 /content/irc.md | |
| parent | a9e27ff0e6bcf81722d594808b159bb09d7ed004 (diff) | |
| parent | 643b54d408ff1d23c20cdc939a6a35870bdaf0e3 (diff) | |
Merge pull request #290 from shaanmalik/master
Fixed example mysql config
Diffstat (limited to 'content/irc.md')
| -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 |
