mirror of
https://github.com/open-webui/docs
synced 2025-05-20 03:08:56 +00:00
Update scan-missing-env-vars.py
added a missing URL for the only other .env file in the backend: - `https://raw.githubusercontent.com/open-webui/open-webui/{git_ref}/backend/open_webui/migrations/env.py` - `migrations/env.py`
This commit is contained in:
parent
c3874dc308
commit
ca86417279
@ -61,8 +61,9 @@ def main():
|
||||
urls = [
|
||||
f"https://raw.githubusercontent.com/open-webui/open-webui/{git_ref}/backend/open_webui/config.py",
|
||||
f"https://raw.githubusercontent.com/open-webui/open-webui/{git_ref}/backend/open_webui/env.py",
|
||||
f"https://raw.githubusercontent.com/open-webui/open-webui/{git_ref}/backend/open_webui/migrations/env.py",
|
||||
]
|
||||
filenames = ["config.py", "env.py"]
|
||||
filenames = ["config.py", "env.py", "migrations/env.py"]
|
||||
|
||||
all_env_vars = set()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user