2019-01-22 08:55:35 +00:00
|
|
|
{
|
|
|
|
"app": {
|
2019-10-31 11:43:04 +00:00
|
|
|
"host": "http://localhost:5000",
|
2019-01-22 08:55:35 +00:00
|
|
|
"port": 3000,
|
2019-11-18 14:04:51 +00:00
|
|
|
"senderEmail": "nocontestar@verdnatura.es",
|
|
|
|
"reportEmail": "cau@verdnatura.es",
|
2019-01-22 08:55:35 +00:00
|
|
|
"senderName": "Verdnatura"
|
|
|
|
},
|
2019-10-24 05:41:54 +00:00
|
|
|
"i18n": {
|
|
|
|
"locale": "es",
|
|
|
|
"fallbackLocale": "es",
|
2019-11-14 07:53:10 +00:00
|
|
|
"silentTranslationWarn": false
|
2019-10-24 05:41:54 +00:00
|
|
|
},
|
2019-10-21 09:09:18 +00:00
|
|
|
"pdf": {
|
|
|
|
"format": "A4",
|
2020-07-02 14:07:26 +00:00
|
|
|
"margin": {
|
|
|
|
"top": "1.5cm",
|
|
|
|
"right": "1.5cm",
|
|
|
|
"bottom": "3cm",
|
|
|
|
"left": "1.5cm"
|
|
|
|
},
|
|
|
|
"displayHeaderFooter": true,
|
|
|
|
"printBackground": true
|
2019-10-21 09:09:18 +00:00
|
|
|
},
|
2021-04-27 08:29:09 +00:00
|
|
|
"datasources": [
|
|
|
|
{
|
|
|
|
"name": "default",
|
|
|
|
"options": {
|
|
|
|
"host": "localhost",
|
|
|
|
"port": 3306,
|
|
|
|
"database": "vn",
|
|
|
|
"user": "root",
|
|
|
|
"password": "root"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
2019-01-22 08:55:35 +00:00
|
|
|
"smtp": {
|
|
|
|
"host": "localhost",
|
|
|
|
"port": 465,
|
|
|
|
"secure": true,
|
|
|
|
"auth": {
|
|
|
|
"user": "",
|
|
|
|
"pass": ""
|
|
|
|
},
|
|
|
|
"tls": {
|
|
|
|
"rejectUnauthorized": false
|
|
|
|
},
|
|
|
|
"pool": true
|
2019-07-23 11:41:28 +00:00
|
|
|
},
|
|
|
|
"storage": {
|
2022-01-05 13:48:21 +00:00
|
|
|
"root": "./storage/dms",
|
|
|
|
"invoice": {
|
|
|
|
"root": "./storage/pdfs/invoice"
|
|
|
|
},
|
|
|
|
"signature": {
|
|
|
|
"root": "./storage/signatures"
|
|
|
|
}
|
2019-01-22 08:55:35 +00:00
|
|
|
}
|
|
|
|
}
|