29 lines
585 B
JSON
29 lines
585 B
JSON
|
{
|
||
|
"app": {
|
||
|
"port": 3003,
|
||
|
"debug": false,
|
||
|
"defaultLanguage": "es",
|
||
|
"senderMail": "noreply@localhost",
|
||
|
"senderName": ""
|
||
|
},
|
||
|
"mysql": {
|
||
|
"host": "localhost",
|
||
|
"port": 3306,
|
||
|
"user": "reports",
|
||
|
"password": "",
|
||
|
"database": ""
|
||
|
},
|
||
|
"smtp": {
|
||
|
"host": "localhost",
|
||
|
"port": 465,
|
||
|
"secure": true,
|
||
|
"auth": {
|
||
|
"user": "noreply",
|
||
|
"pass": ""
|
||
|
},
|
||
|
"tls": {
|
||
|
"rejectUnauthorized": false
|
||
|
},
|
||
|
"pool": true
|
||
|
}
|
||
|
}
|