59 lines
1.3 KiB
JSON
Executable File
59 lines
1.3 KiB
JSON
Executable File
{
|
|
"app": {
|
|
"host": "http://localhost:5000",
|
|
"port": 3000,
|
|
"senderEmail": "nocontestar@verdnatura.es",
|
|
"reportEmail": "cau@verdnatura.es",
|
|
"senderName": "Verdnatura"
|
|
},
|
|
"i18n": {
|
|
"locale": "es",
|
|
"fallbackLocale": "es",
|
|
"silentTranslationWarn": false
|
|
},
|
|
"pdf": {
|
|
"format": "A4",
|
|
"margin": {
|
|
"top": "1.5cm",
|
|
"right": "1.5cm",
|
|
"bottom": "3cm",
|
|
"left": "1.5cm"
|
|
},
|
|
"displayHeaderFooter": true,
|
|
"printBackground": true
|
|
},
|
|
"datasources": [
|
|
{
|
|
"name": "default",
|
|
"options": {
|
|
"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
|
|
},
|
|
"storage": {
|
|
"root": "./storage/dms",
|
|
"invoice": {
|
|
"root": "./storage/pdfs/invoice"
|
|
},
|
|
"signature": {
|
|
"root": "./storage/signatures"
|
|
}
|
|
}
|
|
} |