LOADED_PLUGINS docker variable #975
Some checks are pending
docker / docker_dev (push) Waiting to run

This commit is contained in:
jokob-sk
2025-01-24 20:05:42 +11:00
parent dd1580e536
commit c63f424c7d
3 changed files with 11 additions and 4 deletions

View File

@@ -312,8 +312,7 @@ def importConfigs (db, all_plugins):
# -----------------
# HANDLE APP_CONF_OVERRIDE via app_conf_override.json
# Assuming fullConfFolder is defined elsewhere
app_conf_override_path = fullConfFolder + '/app_conf_override.json'
if os.path.exists(app_conf_override_path):