hyperion.ng/libsrc/hyperion/schema/schema-webConfig.json

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
}