refactor(openwebui): drop stale backend env vars now managed via UI
The Ollama/OpenAI connection env vars are PersistentConfig: read only on first launch and thereafter owned by Open WebUI's DB. They no longer reflected the live backend, so remove them and document that connections are configured through the admin UI.
This commit is contained in:
parent
fdefdf31b2
commit
9986d286b1
1 changed files with 3 additions and 3 deletions
|
|
@ -7,11 +7,11 @@ _: {
|
||||||
ANONYMIZED_TELEMETRY = "False";
|
ANONYMIZED_TELEMETRY = "False";
|
||||||
DO_NOT_TRACK = "True";
|
DO_NOT_TRACK = "True";
|
||||||
SCARF_NO_ANALYTICS = "True";
|
SCARF_NO_ANALYTICS = "True";
|
||||||
ENABLE_OLLAMA_API = "True";
|
|
||||||
OLLAMA_API_BASE_URL = "http://m4.local:11434";
|
|
||||||
ENABLE_OPENAI_API = "False";
|
|
||||||
# Enable authentication
|
# Enable authentication
|
||||||
WEBUI_AUTH = "True";
|
WEBUI_AUTH = "True";
|
||||||
};
|
};
|
||||||
|
# Model backend connections (Ollama/OpenAI) are PersistentConfig: configured
|
||||||
|
# via the admin web UI and stored in Open WebUI's DB. Not managed here — env
|
||||||
|
# vars only apply on first launch and would drift from the live config.
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue