27 lines
663 B
JSON
27 lines
663 B
JSON
{
|
|
"name": "MailServer",
|
|
"version": "0.0.1",
|
|
"port": 3003,
|
|
"debug": true,
|
|
"smtp": {
|
|
"host": "smtp.verdnatura.es",
|
|
"port": 465,
|
|
"secure": true,
|
|
"auth": {
|
|
"user": "nocontestar",
|
|
"pass": "ub606cux7op"
|
|
},
|
|
"tls":{
|
|
"rejectUnauthorized": false
|
|
}
|
|
},
|
|
"senderMail": "nocontestar@verdnatura.es",
|
|
"senderName": "VerdNatura",
|
|
"mysql": {
|
|
"host": "test-db.verdnatura.es",
|
|
"port": 3307,
|
|
"user": "reports",
|
|
"password": "78ZZv9xsjwRi1j2T",
|
|
"database": "vn2008"
|
|
}
|
|
} |