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, "port": 3000,
"debug": false, "debug": false,
"defaultLanguage": "es", "defaultLanguage": "es",
"senderMail": "joan@verdnatura.es", "senderMail": "noreply@localhost",
"senderName": "VerdNatura" "senderName": "MySender"
}, },
"mysql": { "mysql": {
"host": "localhost", "host": "localhost",
@ -14,12 +14,12 @@
"password": "root" "password": "root"
}, },
"smtp": { "smtp": {
"host": "smtp.verdnatura.es", "host": "localhost",
"port": 465, "port": 465,
"secure": true, "secure": true,
"auth": { "auth": {
"user": "joan", "user": "noreply",
"pass": "CLed3ejl$" "pass": ""
}, },
"tls": { "tls": {
"rejectUnauthorized": false "rejectUnauthorized": false