hyperion.ng/libsrc/hyperion/schema/schema-webConfig.json
Paulchen-Panther 2a77f6f012
even more changes
Signed-off-by: Paulchen-Panther <Paulchen--Panter@gmx.net>
2018-12-28 18:28:49 +01:00

26 lines
458 B
JSON

{
"type" : "object",
"title" : "edt_conf_webc_heading_title",
"properties" :
{
"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
}