configuration file

This commit is contained in:
Steve Nyemba 2022-10-26 11:48:26 -05:00
parent 94624866e2
commit e575c996be
1 changed files with 43 additions and 0 deletions

43
config.json Normal file
View File

@ -0,0 +1,43 @@
{
"system": {
"version": "0.0.1",
"context": "",
"logo": "logo.svg",
"app": {
"debug": true,
"port": "9000"
}
},
"plugins":{
"studio":["_parameters","_build","_save","_participants"]
},
"layout": {
"root": "/home/steve/git/vumc/genomix/avatar/content",
"index": "index.html",
"header": {
"logo": true,
"title": "Avatar Studio",
"subtitle": "HIPLAB/GetPrecise"
},
"footer":[{"text":"HIPLAB - GENOMIX PRIVACY"}],
"icons": {
"comment": "use folder names as keys and fontawesome type as values to add icons to menu"
},
"api": {
"comment": "use keys as uri and function calls as values"
},
"overwrite": {
"participants":{"type":"dialog"},
"folder2": {
"type": "dialog"
},
"folder3": {
"type": "dialog",
"url": "qcms.co"
}
}
}
}