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

23 lines
411 B
JSON

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