Moving settings to .env file

This commit is contained in:
WilliamMiceli
2018-10-15 21:23:40 -04:00
parent 930360c49c
commit cb49519b16
2 changed files with 2 additions and 21 deletions

View File

@@ -25,22 +25,6 @@ catalog:
required: false
type: string
- variable: "EXTERNAL_IP"
label: "External IP Address"
description: |
The IP address that the container will be accessible through for the websocket.
#default: ""
required: false
type: string
- variable: "CHE_PORT"
label: "Port Number"
description: |
Port to access the web interface on
default: "20100"
required: true
type: string
- variable: "TRAEFIK_BASIC_AUTH"
label: "Basic Authentication Expression"
description: |