mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
838008568a
* add JsonUtils * update * repair * update * ident * Schema correct msg other adjusts * fix effDel, ExceptionLog, cleanup * fix travis qt5.2 * not so funny * use Qthread interrupt instead abort bool * update services
34 lines
617 B
JSON
34 lines
617 B
JSON
{
|
|
"type" : "object",
|
|
"title" : "edt_conf_webc_heading_title",
|
|
"properties" :
|
|
{
|
|
"enable" :
|
|
{
|
|
"type" : "boolean",
|
|
"title" : "edt_conf_general_enable_title",
|
|
"default" : true,
|
|
"access" : "expert",
|
|
"propertyOrder" : 1
|
|
},
|
|
"document_root" :
|
|
{
|
|
"type" : "string",
|
|
"title" : "edt_conf_webc_docroot_title",
|
|
"access" : "expert",
|
|
"propertyOrder" : 2
|
|
},
|
|
"port" :
|
|
{
|
|
"type" : "integer",
|
|
"title" : "edt_conf_general_port_title",
|
|
"minimum" : 80,
|
|
"maximum" : 65535,
|
|
"default" : 8090,
|
|
"access" : "expert",
|
|
"propertyOrder" : 3
|
|
}
|
|
},
|
|
"additionalProperties" : false
|
|
}
|