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

23 lines
412 B
JSON

{
"app": {
"port": 3006,
"debug": false,
"defaultLanguage": "es"
},
"mysql": {
"host": "localhost",
"port": 3306,
"user": "reports",
"password": "",
"database": ""
},
"pdf": {
"format": "A4",
"header": {
"height": "120px"
},
"footer": {
"height": "130px"
}
}
}