salix/print/config/print.json

48 lines
1.0 KiB
JSON
Raw Normal View History

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,
"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
},
"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-01-22 08:55:35 +00:00
"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
2019-07-23 11:41:28 +00:00
},
"storage": {
"root": "./e2e/dms"
2019-01-22 08:55:35 +00:00
}
}