Fix easy-waf integration example configuration file

This commit is contained in:
Dorian Niemiec 2024-03-15 22:14:50 +01:00
parent 35c411b6e4
commit 4c3d861e41

View file

@ -79,7 +79,9 @@ Example _easywaf-config.json_ file:
"mailConfig": { "mailConfig": {
"serverConfig": { "serverConfig": {
"host": "localhost", "host": "localhost",
"port": 25 "port": 25,
"secure": false,
"ignoreTLS": true
}, },
"from": "svrjs@localhost", "from": "svrjs@localhost",
"to": "sysadmin@localhost" "to": "sysadmin@localhost"