Set default port to 10900

This commit is contained in:
WilliamMiceli
2018-12-09 13:31:34 -05:00
parent de385d6cd6
commit ff3847ce62

View File

@@ -29,7 +29,7 @@ catalog:
label: "Web Port" label: "Web Port"
description: | description: |
The port to locally access the web interface on. The port to locally access the web interface on.
default: "10100" default: "10900"
required: true required: true
type: string type: string