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