add filter toggle envvars

This commit is contained in:
Michael Poluektov 2024-08-19 10:04:08 +01:00
parent 3164354c0b
commit 32874a816d

View File

@ -174,6 +174,12 @@ for version in soup.find_all("h2"):
CHANGELOG = changelog_json
####################################
# FILTERS
####################################
ENABLE_TOOLS_FILTER = os.environ.get("ENABLE_TOOLS_FILTER", "True").lower() == "true"
ENABLE_FILES_FILTER = os.environ.get("ENABLE_FILES_FILTER", "True").lower() == "true"
####################################
# SAFE_MODE