Files
one-time-code-js-2/config.template.json
2020-09-22 11:48:45 +02:00

18 lines
387 B
JSON

{
"mail":{
"host": "<server>",
"port": 587,
"secure": false,
"auth": {
"user": "<user>",
"pass": "<password>"
},
"tls": {
"rejectUnauthorized": false,
"ciphers":"SSLv3"
}
},
"mailFrom": "BJR",
"outFileCodes": "./out/codes.txt",
"outFileMatch": "./out/match.txt"
}