Changed default ports

This commit is contained in:
WilliamMiceli
2018-07-11 03:12:32 -04:00
parent d6679a4a3e
commit 4eae64ef46

View File

@@ -28,7 +28,7 @@ catalog:
label: "Host HTTP Port"
description: |
The HTTP port to access the web interface on.
default: "6000"
default: "12000"
required: true
type: string
@@ -36,7 +36,7 @@ catalog:
label: "Host HTTPS Port"
description: |
The HTTPS port to access the web interface on.
default: "6500"
default: "12500"
required: true
type: string