From 215f7988b5b6bb98f27c4e530c978cd7d4a9f4ee Mon Sep 17 00:00:00 2001 From: David Claeys Date: Tue, 10 Feb 2026 09:54:03 +0100 Subject: [PATCH] update initial settings --- initialconfig.json | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/initialconfig.json b/initialconfig.json index d481156..467dc1c 100644 --- a/initialconfig.json +++ b/initialconfig.json @@ -1,11 +1,19 @@ { - "global": { - "settings":{ - "network":{ - "internetAccessAPI":true, - "localApiAuth":false, - "restirctedInternetAccessAPI":false - } - } - } + "global": { + "settings": { + "general": { + "configVersion": "2.1.1", + "name": "Hyperion server", + "showOptHelp": true, + "watchedVersionBranch": "Stable" + }, + "network": { + "internetAccessAPI": true, + "localApiAuth": false, + "restirctedInternetAccessAPI": false + } + } + }, + "instanceIds": [], + "instances": [] } \ No newline at end of file