salix/print/config/print.json

43 lines
880 B
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,
"senderMail": "nocontestar@verdnatura.es",
"senderName": "Verdnatura"
},
2019-10-24 05:41:54 +00:00
"i18n": {
"locale": "es",
"fallbackLocale": "es",
"silentTranslationWarn": true
},
"pdf": {
"format": "A4",
"border": "1.5cm",
"footer": {
"height": "55px"
}
},
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
}
}