mirror of
https://github.com/open-webui/docs
synced 2025-06-16 11:28:36 +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
1bc5231176
commit
a389008e7c
@ -61,8 +61,9 @@ def main():
|
|||||||
urls = [
|
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/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/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()
|
all_env_vars = set()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user