Deleted data
This commit is contained in:
parent
b8fe5500a1
commit
dce8d16077
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue