diff options
| author | 2022-12-18 18:01:08 +0000 | |
|---|---|---|
| committer | 2022-12-18 18:21:28 +0000 | |
| commit | 3af79a556ebeecc0d0e148f644ecfe0c6c466af1 (patch) | |
| tree | 326da2da1a95a7fda945c7450634a8257d6d6c96 /docs | |
| parent | Fix warning about UNIX socket connections being insecure. (diff) | |
Add SSL support to the mysql module.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf/modules.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 0794100d3..d02d2fbe2 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1509,7 +1509,7 @@ # mysql is more complex than described here, see the docs for more # # info: https://docs.inspircd.org/3/modules/mysql # # -#<database module="mysql" name="mydb" user="myuser" pass="mypass" host="localhost" id="my_database2"> +#<database module="mysql" name="mydb" user="myuser" pass="mypass" host="localhost" id="my_database2" ssl="no"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Named modes module: Allows for the display and set/unset of channel |
