From dcf7b52039d9e2ccb443ed9056842f4c99e131c3 Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 26 Mar 2015 12:49:50 -0400 Subject: [PATCH] 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. --- _etc/ckan/custom_options.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_etc/ckan/custom_options.ini b/_etc/ckan/custom_options.ini index 3fae959..3acf28f 100755 --- a/_etc/ckan/custom_options.ini +++ b/_etc/ckan/custom_options.ini @@ -1,5 +1,5 @@ ## 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 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 ckan.storage_path = /var/lib/ckan ckan.max_resource_size = 10 -ckan.max_image_size = 2 \ No newline at end of file +ckan.max_image_size = 2