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 153 forks source link

Support replaceable ckan host #235

Closed aruneko closed 2 years ago

aruneko commented 2 years ago

Relating: https://github.com/ckan/ckanext-xloader/pull/144

In docker environment, I want to replace the hostname in the url parameter in a object returned from /api/3/action/resource_show.

This pull request enables it from the environment variable CKAN_HOSTNAME.

aruneko commented 2 years ago

hmm, I don't think about the link functionality. At once I close this pull request.