2017-11-27 14:08:18 +00:00
|
|
|
{
|
|
|
|
"app": {
|
2018-02-03 19:14:44 +00:00
|
|
|
"port": 3000,
|
2017-11-27 14:08:18 +00:00
|
|
|
"debug": false,
|
|
|
|
"defaultLanguage": "es",
|
|
|
|
"senderMail": "noreply@localhost",
|
2018-01-29 11:37:54 +00:00
|
|
|
"senderName": "MySender"
|
2017-11-27 14:08:18 +00:00
|
|
|
},
|
|
|
|
"mysql": {
|
|
|
|
"host": "localhost",
|
|
|
|
"port": 3306,
|
2018-01-29 11:37:54 +00:00
|
|
|
"database": "vn",
|
|
|
|
"user": "root",
|
2018-03-13 11:07:28 +00:00
|
|
|
"password": "root"
|
2017-11-27 14:08:18 +00:00
|
|
|
},
|
|
|
|
"smtp": {
|
|
|
|
"host": "localhost",
|
|
|
|
"port": 465,
|
|
|
|
"secure": true,
|
|
|
|
"auth": {
|
|
|
|
"user": "noreply",
|
|
|
|
"pass": ""
|
|
|
|
},
|
|
|
|
"tls": {
|
|
|
|
"rejectUnauthorized": false
|
|
|
|
},
|
|
|
|
"pool": true
|
|
|
|
}
|
|
|
|
}
|