You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
912 B
JSON
55 lines
912 B
JSON
{
|
|
"system": {
|
|
"app": {
|
|
"debug": true,
|
|
"port": 8082,
|
|
"threaded": true,
|
|
"host": "0.0.0.0"
|
|
},
|
|
"context": "",
|
|
"logo": "www/html/_assets/images/logo.png",
|
|
"source": {
|
|
"id": "disk",
|
|
"key": "/home/steve/dev/data/qcms/data-transport.key"
|
|
},
|
|
"theme": "default",
|
|
"version": "0.1"
|
|
},
|
|
"layout": {
|
|
"footer": [
|
|
{
|
|
"text": "Powered By QCMS"
|
|
}
|
|
],
|
|
"header": {
|
|
"title": "Wrangle Workbench",
|
|
"subtitle": "Powered by data-transport"
|
|
},
|
|
"index": "index.html",
|
|
"on": {
|
|
"load": {
|
|
"pane": [
|
|
"www/html/menu.html"
|
|
]
|
|
}
|
|
},
|
|
"order": {
|
|
"menu": []
|
|
},
|
|
"overwrite": {},
|
|
"root": "www/html"
|
|
},
|
|
"plugins": {
|
|
"dbe": [
|
|
"get",
|
|
"providers",
|
|
"apply",
|
|
"version"
|
|
],
|
|
"io": [
|
|
"read", "open",
|
|
"write"
|
|
]
|
|
}
|
|
}
|