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.
81 lines
1.9 KiB
JSON
81 lines
1.9 KiB
JSON
{
|
|
"system": {
|
|
"logo": "www/parser/_images/cog-red.png",
|
|
"context": "parser",
|
|
"theme": "oss",
|
|
"app": {
|
|
"debug": true,
|
|
"port": 8001
|
|
},
|
|
"version": 0.6,
|
|
"mode": "portal",
|
|
"source": {
|
|
"id": "_cloud",
|
|
"auth": "/home/steve/dev/data/qcms/dev-nextcloud-auth.json",
|
|
"store": "/home/steve/git/sites/parser/store-auth.json",
|
|
"key": "/home/steve/dev/data/qcms/parser.json"
|
|
},
|
|
"routes": {
|
|
"data-transport": {
|
|
"menu": "tools",
|
|
"path": "/home/steve/git/sites/data-transport/qcms-manifest.json"
|
|
},
|
|
"privacykit": {
|
|
"menu": "tools",
|
|
"path": "/home/steve/git/sites/privacykit/qcms-manifest.json"
|
|
}
|
|
}
|
|
},
|
|
"plugins": {
|
|
"store": ["init","plans","version"
|
|
],
|
|
"users": [
|
|
"signup"
|
|
]
|
|
},
|
|
"layout": {
|
|
"header": {
|
|
"title": "{x12} Parser :: Healthcare/IO",
|
|
"logo": true,
|
|
"subtitle": "Open, Simple & Extensible - Powered by data-transport"
|
|
},
|
|
"icons": [],
|
|
"root": "www/parser",
|
|
"index": "index.html",
|
|
"order": {
|
|
"menu": ["tools","docs", "studio","about"
|
|
]
|
|
},
|
|
"overwrite": {
|
|
"1-parse":{
|
|
"text":"{12} Parsing", "title":"{x12} Parsing","type":"dialog","uri":"www/parser/tutorials/1-parse.md"
|
|
},
|
|
"license": {
|
|
"title": "MIT License",
|
|
"text": "license",
|
|
"type": "dialog",
|
|
"uri": "www/parser/about/license.md"
|
|
},
|
|
"source-code": {
|
|
"text": "Source Code",
|
|
"type": "redirect",
|
|
"url": "https://hiplab.mc.vanderbilt.edu/git/hiplab/parser.git"
|
|
},
|
|
"credit": {
|
|
"title": "{x12} Parser Credit",
|
|
"type": "dialog",
|
|
"uri": "www/parser/about/credit.html"
|
|
},
|
|
"wizard":{"text":"ETL Configurator"}
|
|
},
|
|
"footer": [
|
|
{
|
|
"text": "Health Information Privacy Laboratory"
|
|
},
|
|
{
|
|
"text": "Powered By - QCMS"
|
|
}
|
|
]
|
|
}
|
|
}
|