summarylogtreecommitdiffstats
path: root/open-webui.conf
blob: 65f78dd036a4a41ee16945bfb02db3ad7aa44636 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# See: https://docs.openwebui.com/getting-started/env-configuration

# Ollama URL for the backend to connect
# The path '/ollama' will be redirected to the specified backend URL
OLLAMA_BASE_URL=http://localhost:11434
ENV=prod

OPENAI_API_BASE_URL=""
OPENAI_API_KEY=""

# AUTOMATIC1111_BASE_URL="http://localhost:7860"

# DO NOT TRACK
SCARF_NO_ANALYTICS=true
DO_NOT_TRACK=true
ANONYMIZED_TELEMETRY=false

# Arch linux specific settings
FRONTEND_BUILD_DIR=/opt/open-webui
STATIC_DIR=/opt/open-webui/static
FONTS_DIR=/opt/open-webui/assets/fonts
WEBUI_SECRET_KEY=t0p-s3cr3t

# User configurable variables
DATA_DIR=/var/opt/open-webui/data
HF_HOME=/var/opt/open-webui/data/cache/huggingface