28 lines
575 B
JSON
28 lines
575 B
JSON
|
{
|
||
|
"app": {
|
||
|
"port": 3000,
|
||
|
"defaultLanguage": "es",
|
||
|
"senderMail": "nocontestar@verdnatura.es",
|
||
|
"senderName": "Verdnatura"
|
||
|
},
|
||
|
"mysql": {
|
||
|
"host": "localhost",
|
||
|
"port": 3306,
|
||
|
"database": "vn",
|
||
|
"user": "root",
|
||
|
"password": "root"
|
||
|
},
|
||
|
"smtp": {
|
||
|
"host": "localhost",
|
||
|
"port": 465,
|
||
|
"secure": true,
|
||
|
"auth": {
|
||
|
"user": "",
|
||
|
"pass": ""
|
||
|
},
|
||
|
"tls": {
|
||
|
"rejectUnauthorized": false
|
||
|
},
|
||
|
"pool": true
|
||
|
}
|
||
|
}
|