A standalone web service that pushes data files from a CKAN site resources into its DataStore
GNU Affero General Public License v3.0
77
stars
154
forks
source link
Get debug and testing settings from environment variables #237
Open
aruneko opened 2 years ago
In a docker environment, I hope to pass settings from environment variables.
But
DEBUG
andTESTING
settings are fixed values indatapusher_settings.py
.I made them configurable from environment variables.