diff options
author | ItsOnlyBinary <ItsOnlyBinary@users.noreply.github.com> | 2024-07-04 13:13:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-04 13:13:56 +0100 |
commit | 08b13440566374d2d296c235538bfa1ffbe4127b (patch) | |
tree | 026876aafa50a53e1a625bb3fbf8c35fe22e82e5 /data | |
parent | ff67a80a7121a9b054a41ada0def4d205404ed43 (diff) |
Add UNIX socket support to mysql module.
Ref: #419
Diffstat (limited to 'data')
-rw-r--r-- | data/modules.example.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf index 2137f0309..6becc7c36 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -372,6 +372,7 @@ module { name = "help" } username = "anope" password = "mypassword" port = 3306 + socket = "" } } |