From ec8b6030f50f85152f76202e580f97c0dc8611bb Mon Sep 17 00:00:00 2001 From: Steven Gort Date: Wed, 11 Dec 2024 10:09:56 +0100 Subject: [PATCH] initial config --- js/config.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/js/config.js b/js/config.js index ed5e56c..aa869cd 100644 --- a/js/config.js +++ b/js/config.js @@ -1,10 +1,13 @@ let respecConfig = { + // Config parameters useLogo: true, useLabel: true, license: "cc0", - specStatus: "WV", + specStatus: "wv", specType: "IM", - pubDomain: "dk", + pubDomain: "ronl", + + // shortName = Repository name shortName: "GGHH", publishDate: "2024-12-11", publishVersion: "0.0.1",