19 lines
327 B
JSON
19 lines
327 B
JSON
|
{
|
||
|
"app": {
|
||
|
"port": 3006,
|
||
|
"debug": false,
|
||
|
"defaultLanguage": "es"
|
||
|
},
|
||
|
"mysql": {
|
||
|
"host": "localhost",
|
||
|
"port": 3306,
|
||
|
"user": "reports",
|
||
|
"password": "",
|
||
|
"database": ""
|
||
|
},
|
||
|
"pdf": {
|
||
|
"footer": {
|
||
|
"height": "100px"
|
||
|
}
|
||
|
}
|
||
|
}
|