mirror of
https://github.com/Telecominfraproject/wlan-ucentral-schema.git
synced 2026-01-27 10:23:38 +00:00
12 lines
237 B
YAML
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
|