ckan / datapusher

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

aruneko commented 2 years ago

In a docker environment, I hope to pass settings from environment variables.

But DEBUG and TESTING settings are fixed values in datapusher_settings.py.

I made them configurable from environment variables.