Remove datapusher
- Datapusher out of date with ckanext-xloader - Fix deprecated views
This commit is contained in:
parent
f50edb467a
commit
7db161188e
9
.env
9
.env
|
@ -58,7 +58,7 @@ CKAN__RESOURCE_PROXY__MAX_FILE_SIZE=50048576
|
||||||
CKAN__RESOURCE_PROXY__CHUNK_SIZE=4096
|
CKAN__RESOURCE_PROXY__CHUNK_SIZE=4096
|
||||||
## Default timeout for fetching proxied items
|
## Default timeout for fetching proxied items
|
||||||
CKAN__RESOURCE_PROXY__TIMEOUT=10
|
CKAN__RESOURCE_PROXY__TIMEOUT=10
|
||||||
CKAN__VIEWS__DEFAULT_VIEWS="image_view text_view recline_view recline_grid_view recline_graph_view wmts_view webpage_view geojson_view geo_view shp_view pdf_view"
|
CKAN__VIEWS__DEFAULT_VIEWS="image_view text_view recline_view wmts_view geojson_view geo_view shp_view pdf_view"
|
||||||
|
|
||||||
# Solr
|
# Solr
|
||||||
SOLR_IMAGE_VERSION=2.9-solr8-spatial
|
SOLR_IMAGE_VERSION=2.9-solr8-spatial
|
||||||
|
@ -70,13 +70,6 @@ REDIS_VERSION=6
|
||||||
CKAN_REDIS_URL=redis://redis:6379/1
|
CKAN_REDIS_URL=redis://redis:6379/1
|
||||||
TEST_CKAN_REDIS_URL=redis://redis:6379/1
|
TEST_CKAN_REDIS_URL=redis://redis:6379/1
|
||||||
|
|
||||||
# Datapusher - Deprecated by ckanext-xloader
|
|
||||||
DATAPUSHER_VERSION=0.0.19
|
|
||||||
CKAN_DATAPUSHER_URL=http://datapusher:8800
|
|
||||||
CKAN__DATAPUSHER__CALLBACK_URL_BASE=http://ckan:5000
|
|
||||||
DATAPUSHER_REWRITE_RESOURCES=True
|
|
||||||
DATAPUSHER_REWRITE_URL=http://ckan:5000
|
|
||||||
|
|
||||||
# NGINX
|
# NGINX
|
||||||
NGINX_PORT=80
|
NGINX_PORT=80
|
||||||
NGINX_SSLPORT=443
|
NGINX_SSLPORT=443
|
||||||
|
|
|
@ -58,7 +58,7 @@ CKAN__RESOURCE_PROXY__MAX_FILE_SIZE=50048576
|
||||||
CKAN__RESOURCE_PROXY__CHUNK_SIZE=4096
|
CKAN__RESOURCE_PROXY__CHUNK_SIZE=4096
|
||||||
## Default timeout for fetching proxied items
|
## Default timeout for fetching proxied items
|
||||||
CKAN__RESOURCE_PROXY__TIMEOUT=10
|
CKAN__RESOURCE_PROXY__TIMEOUT=10
|
||||||
CKAN__VIEWS__DEFAULT_VIEWS="image_view text_view recline_view recline_grid_view recline_graph_view wmts_view webpage_view geojson_view geo_view shp_view pdf_view"
|
CKAN__VIEWS__DEFAULT_VIEWS="image_view text_view recline_view wmts_view geojson_view geo_view shp_view pdf_view"
|
||||||
|
|
||||||
# Solr
|
# Solr
|
||||||
SOLR_IMAGE_VERSION=2.9-solr8-spatial
|
SOLR_IMAGE_VERSION=2.9-solr8-spatial
|
||||||
|
@ -70,13 +70,6 @@ REDIS_VERSION=6
|
||||||
CKAN_REDIS_URL=redis://redis:6379/1
|
CKAN_REDIS_URL=redis://redis:6379/1
|
||||||
TEST_CKAN_REDIS_URL=redis://redis:6379/1
|
TEST_CKAN_REDIS_URL=redis://redis:6379/1
|
||||||
|
|
||||||
# Datapusher - Deprecated by ckanext-xloader
|
|
||||||
DATAPUSHER_VERSION=0.0.19
|
|
||||||
CKAN_DATAPUSHER_URL=http://datapusher:8800
|
|
||||||
CKAN__DATAPUSHER__CALLBACK_URL_BASE=http://ckan:5000
|
|
||||||
DATAPUSHER_REWRITE_RESOURCES=True
|
|
||||||
DATAPUSHER_REWRITE_URL=http://ckan:5000
|
|
||||||
|
|
||||||
# NGINX
|
# NGINX
|
||||||
NGINX_PORT=80
|
NGINX_PORT=80
|
||||||
NGINX_SSLPORT=443
|
NGINX_SSLPORT=443
|
||||||
|
|
Loading…
Reference in New Issue