mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
@@ -11,6 +11,7 @@
|
||||
{
|
||||
"level" :
|
||||
{
|
||||
"type" : "string",
|
||||
"enum" : ["silent", "warn", "verbose", "debug"],
|
||||
"title" : "Log-Level"
|
||||
}
|
||||
@@ -747,6 +748,7 @@
|
||||
"enable" :
|
||||
{
|
||||
"type" : "boolean",
|
||||
"format": "checkbox",
|
||||
"title" : "Activate"
|
||||
},
|
||||
"port" :
|
||||
@@ -774,6 +776,7 @@
|
||||
"enable" :
|
||||
{
|
||||
"type" : "boolean",
|
||||
"format": "checkbox",
|
||||
"title" : "Activate"
|
||||
},
|
||||
"address" :
|
||||
@@ -802,6 +805,7 @@
|
||||
"shared" :
|
||||
{
|
||||
"type" : "boolean",
|
||||
"format": "checkbox",
|
||||
"title" : "Shared"
|
||||
}
|
||||
},
|
||||
@@ -817,6 +821,7 @@
|
||||
"enable" :
|
||||
{
|
||||
"type" : "boolean",
|
||||
"format": "checkbox",
|
||||
"title" : "Activate",
|
||||
"required" : true
|
||||
},
|
||||
@@ -829,7 +834,7 @@
|
||||
"port" :
|
||||
{
|
||||
"type" : "integer",
|
||||
"description" : "Port",
|
||||
"title" : "Port",
|
||||
"required" : true
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user