From e575c996be00a9a999fac41c3ae5ed5ce14d9c8d Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Wed, 26 Oct 2022 11:48:26 -0500 Subject: [PATCH] configuration file --- config.json | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..54fabd9 --- /dev/null +++ b/config.json @@ -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" + } + } + } +}