7 lines
158 B
Bash
7 lines
158 B
Bash
HOST=0.0.0.0
|
|
PORT=8000
|
|
WEBUI_ENABLED={{ if .Values.core.webui.enabled }}true{{ else }}false{{ end }}
|
|
WEBUI_MODE=production
|
|
WEBUI_HOST=0.0.0.0
|
|
WEBUI_PORT=8001
|