Files
wlan-ucentral-schema/schema/service.http.yml
John Crispin 2a78fda118 schema: add http to the schema
Signed-off-by: John Crispin <john@phrozen.org>
2021-05-16 11:58:44 +02:00

12 lines
237 B
YAML

description:
Enable the webserver with the on-boarding webui
type: object
properties:
http-port:
description:
The port that the HTTP server should run on.
type: integer
maximum: 65535
minimum: 1
default: 80