Deleted data

This commit is contained in:
Joan Sanchez 2018-07-12 13:53:52 +02:00
parent b8fe5500a1
commit dce8d16077
1 changed files with 5 additions and 5 deletions

View File

@ -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