Remove pdf_view from default plugins
When using CKAN 2.3, pdf_view prompts a misleading Postgres error if the pdf_view plugin is not separately installed.
This commit is contained in:
parent
a26518844a
commit
dcf7b52039
|
@ -1,5 +1,5 @@
|
||||||
## Plugins Settings
|
## Plugins Settings
|
||||||
ckan.plugins = datastore datapusher resource_proxy stats text_view recline_view pdf_view
|
ckan.plugins = datastore datapusher resource_proxy stats text_view recline_view
|
||||||
|
|
||||||
## Datapusher settings
|
## Datapusher settings
|
||||||
ckan.datapusher.formats = csv xls xlsx tsv application/csv application/vnd.ms-excel application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
|
ckan.datapusher.formats = csv xls xlsx tsv application/csv application/vnd.ms-excel application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
|
||||||
|
@ -10,4 +10,4 @@ ckan.resource_proxy_enabled = True
|
||||||
## Storage Settings
|
## Storage Settings
|
||||||
ckan.storage_path = /var/lib/ckan
|
ckan.storage_path = /var/lib/ckan
|
||||||
ckan.max_resource_size = 10
|
ckan.max_resource_size = 10
|
||||||
ckan.max_image_size = 2
|
ckan.max_image_size = 2
|
||||||
|
|
Loading…
Reference in New Issue