salix/services/print/application/config/datasources.json

23 lines
414 B
JSON
Raw Normal View History

2017-12-04 07:17:29 +00:00
{
"app": {
"port": 3006,
"debug": false,
"defaultLanguage": "es"
},
"mysql": {
"host": "localhost",
"port": 3306,
"database": "vn",
2017-12-04 07:17:29 +00:00
"user": "reports",
"password": ""
2017-12-04 07:17:29 +00:00
},
"pdf": {
"format": "A4",
"header": {
"height": "120px"
},
"footer": {
"height": "130px"
}
}
}