Errores solucionados
This commit is contained in:
parent
7f661afa1a
commit
5507c84670
|
@ -1,27 +0,0 @@
|
||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue