commit f958bcf392a53de7db0cb11065c4d27cb5e5f6f0 Author: Steve Nyemba Date: Thu Jan 18 16:30:45 2024 -0600 data transport configuration (qcms) diff --git a/config.json b/config.json new file mode 100644 index 0000000..5be2efc --- /dev/null +++ b/config.json @@ -0,0 +1,43 @@ +{ + "system":{ + "logo":"logo.svg","context":"", "theme":"oss.css", + "app":{ + + "debug":true,"port":8000}, + "version":0.6,"mode":"portal", + "source":{ + "id":"cloud", + "auth":"nextcloud-auth.json" + } + + + }, + + "layout":{ + "header":{"title":"data-transport","logo":true,"subtitle":"Simple Data Access Layer - Pandas Support"}, + "icons":[], + "root":"www/data-transport", + "index":"index.html", + "order":{ + "menu":["resources","about"] + }, + "overwrite":{ + "license":{ + "title":"MIT License", + "text":"license", + "type":"dialog", + "uri":"www/data-transport/resources/license.md" + }, + "source-code":{ + "text":"Source Code", + "type":"redirect", + "url":"https://hiplab.mc.vanderbilt.edu/git/hiplab/data-transport" + }, + "the-story":{ + "title":"History", + "text":"History","type":"dialog","uri":"www/data-transport/about/the-story.md" + } + }, + "footer":[{"text":"Health Information Privacy Laboratory"},{"text":"Powered By - QCMS"}] + } +}