mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-09-30 16:33:17 -07:00
Changes to allow local runs
This commit is contained in:
parent
d298f7dedb
commit
ff9e7b9aa2
11 changed files with 3231 additions and 1867 deletions
7
data/data-pipeline/data_pipeline/constants.py
Normal file
7
data/data-pipeline/data_pipeline/constants.py
Normal 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."""
|
Loading…
Add table
Add a link
Reference in a new issue