Fix easy-waf integration example configuration file
This commit is contained in:
parent
35c411b6e4
commit
4c3d861e41
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Reference in a new issue