forked from open-webui/open-webui
Start by renaming variables to something more generic. This will give us a bit more flexibility as we look to other session management mechanisms.
This commit is contained in:
parent
b2fae0643e
commit
d67f3d982b
4 changed files with 11 additions and 7 deletions
|
@ -25,7 +25,7 @@ ENV OLLAMA_API_BASE_URL "/ollama/api"
|
|||
ENV OPENAI_API_BASE_URL ""
|
||||
ENV OPENAI_API_KEY ""
|
||||
|
||||
ENV WEBUI_JWT_SECRET_KEY "SECRET_KEY"
|
||||
ENV WEBUI_SECRET_KEY ""
|
||||
|
||||
WORKDIR /app/backend
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue