Changes to allow local runs

This commit is contained in:
Carlos Felix 2024-11-05 11:31:54 -05:00 committed by Carlos Felix
commit ff9e7b9aa2
11 changed files with 3231 additions and 1867 deletions

View file

@ -0,0 +1,7 @@
import logging
LOG_LEVEL = logging.DEBUG
"""Log level for all loggers."""
NO_SSL_VERIFY = True
"""Set to true to skip SSL verification when downloading files. Useful for local development."""