mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #3591] [MERGED] fix: fix WEBUI_BANNERS environment variable not working #21292
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/3591
Author: @michaelpoluektov
Created: 7/2/2024
Status: ✅ Merged
Merged: 7/2/2024
Merged by: @tjbck
Base:
dev← Head:fix-banners-env📝 Commits (2)
16fa454fix banners env655238dbanners: generic exception📊 Changes
1 file changed (+8 additions, -8 deletions)
View changed files
📝
backend/config.py(+8 -8)📄 Description
Pull Request Checklist
Fixes the environment variable documented here: https://docs.openwebui.com/getting-started/env-configuration#webui_banners
Note: to make this work, you have to escape the quote in your
.envfile. Example:Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
config.py.Fixed
WEBUI_BANNERSenvironment variable🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.