From 28ed0e21af07e0081477c866b997f3b86908a253 Mon Sep 17 00:00:00 2001 From: "Steve L. Nyemba" Date: Sun, 21 Jan 2024 21:38:57 +0000 Subject: [PATCH] configuration file for parser site --- config.json | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..b42636c --- /dev/null +++ b/config.json @@ -0,0 +1,46 @@ +{ + "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", + "store":"/home/steve/git/sites/parser/store-auth.json" + } + + + }, + "plugins":{ + "store":["init","plans"] + }, + "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":["resources","about"] + }, + "overwrite":{ + "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" + } + }, + "footer":[{"text":"Health Information Privacy Laboratory"},{"text":"Powered By - QCMS"}] + } +}