Settable Web Port

This commit is contained in:
WilliamMiceli
2018-06-24 19:31:13 -04:00
parent a1d417538f
commit 892b82541b

View File

@@ -7,10 +7,17 @@ catalog:
- variable: "LABEL_KEY_VALUE" - variable: "LABEL_KEY_VALUE"
label: "Host Label Key/Value Pair" label: "Host Label Key/Value Pair"
description: | description: |
The Label Key/Value pair on the host which Eclipse Che should be deployed The Label Key/Value pair on the host which InvoiceNinja should be deployed
default: "host.id=0000" default: "host.id=0000"
required: true required: true
type: string type: string
- variable: "WEB_PORT"
label: "Web Port"
description: |
The port to access the web interface on.
default: "8000"
required: true
type: string
- variable: "STORAGE_BASE_DIR" - variable: "STORAGE_BASE_DIR"
label: "Base Storage Directory" label: "Base Storage Directory"
description: | description: |