Deleted data
This commit is contained in:
parent
b8fe5500a1
commit
dce8d16077
|
@ -3,8 +3,8 @@
|
|||
"port": 3000,
|
||||
"debug": false,
|
||||
"defaultLanguage": "es",
|
||||
"senderMail": "joan@verdnatura.es",
|
||||
"senderName": "VerdNatura"
|
||||
"senderMail": "noreply@localhost",
|
||||
"senderName": "MySender"
|
||||
},
|
||||
"mysql": {
|
||||
"host": "localhost",
|
||||
|
@ -14,12 +14,12 @@
|
|||
"password": "root"
|
||||
},
|
||||
"smtp": {
|
||||
"host": "smtp.verdnatura.es",
|
||||
"host": "localhost",
|
||||
"port": 465,
|
||||
"secure": true,
|
||||
"auth": {
|
||||
"user": "joan",
|
||||
"pass": "CLed3ejl$"
|
||||
"user": "noreply",
|
||||
"pass": ""
|
||||
},
|
||||
"tls": {
|
||||
"rejectUnauthorized": false
|
||||
|
|
Loading…
Reference in New Issue