2017-11-27 14:08:18 +00:00
|
|
|
{
|
|
|
|
"app": {
|
|
|
|
"port": 3006,
|
|
|
|
"debug": false,
|
|
|
|
"defaultLanguage": "es"
|
|
|
|
},
|
|
|
|
"mysql": {
|
|
|
|
"host": "localhost",
|
|
|
|
"port": 3306,
|
2017-12-27 08:44:27 +00:00
|
|
|
"user": "root",
|
2017-11-27 14:08:18 +00:00
|
|
|
"password": "",
|
2017-12-27 08:44:27 +00:00
|
|
|
"database": "vn"
|
2017-11-27 14:08:18 +00:00
|
|
|
},
|
|
|
|
"pdf": {
|
|
|
|
"footer": {
|
|
|
|
"height": "100px"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|