Skip to content

Commit

Permalink
Update production ini file
Browse files Browse the repository at this point in the history
* Added plugin: waf_harvester_collection
* Removed plugins: spatial_query_widget wms_preview cswserver
* Added config options: ckanext.geodatagov.spatial_preview.url and
  ckanext.geodatagov.spatial_preview.formats (See #45)
* Removed config options: cswserver.*
  • Loading branch information
amercader committed Apr 3, 2013
1 parent eb694b9 commit d0deb61
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions deployment/etc/ckan/production.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,15 @@ ckan.auth.create_unowned_dataset=false

# List the names of CKAN extensions to activate.
# Note: This line is required to be here for packaging, even if it is empty.
ckan.plugins = geodatagov datagov_harvest z3950_harvester arcgis_harvester geodatagov_csw_harvester geodatagov_doc_harvester geodatagov_waf_harvester spatial_metadata spatial_query spatial_query_widget wms_preview cswserver resource_proxy spatial_harvest_metadata_api recline_preview pdf_preview googleanalytics
#ckan.plugins = geodatagov harvest z3950_harvester geodatagov_csw_harvester geodatagov_doc_harvester geodatagov_waf_harvester spatial_metadata spatial_query spatial_query_widget wms_preview cswserver resource_proxy spatial_harvest_metadata_api recline_preview pdf_preview qa
ckan.plugins = geodatagov datagov_harvest z3950_harvester arcgis_harvester waf_harvester_collection geodatagov_csw_harvester geodatagov_doc_harvester geodatagov_waf_harvester spatial_metadata spatial_query resource_proxy spatial_harvest_metadata_api recline_preview pdf_preview googleanalytics

#googleanalytics
googleanalytics.id = UA-17367410-17
googleanalytics.account = data.gov
ckan.activity_streams_enabled = False

ckan.resource_proxy_enabled = 1

#ckan.plugins = geodatagov harvest csw_harvester doc_harvester waf_harvester spatial_metadata spatial_query spatial_query_widget dataset_extent_map wms_preview cswserver
#ckan.plugins = ckan_harvester inspire_api gemini_harvester gemini_doc_harvester gemini_waf_harvester spatial_metadata spatial_query spatial_query_widget dataset_extent_map

search.facets = groups tags res_format responsible-party frequency source_type
search.facets.responsible-party.title = Organizations
Expand All @@ -66,17 +64,13 @@ ckanext.spatial.harvest.xslt_html_content_original = ckanext.geodatagov:template

ckanext.geodatagov.fgdc2iso_service = http://localhost:8983/fgdc2iso/

#ckan.search.automatic_indexing = 1

ckan.site_logo = /images/logo-geodata-small.png


ckanext.geodatagov.spatial_preview.url = http://199.26.254.190:8088/viewer/

cswservice.title = geo.data.gov demo prototype CSW endpoint
ckanext.geodatagov.spatial_preview.formats = wms kml kmz

cswservice.abstract = This is a basic implementation of the CSW standard, offering access to the metadata from the geo.data.gov demo prototype.
#ckan.search.automatic_indexing = 1

cswservice.provider_name = Powered by CKAN
ckan.site_logo = /images/logo-geodata-small.png



Expand Down

0 comments on commit d0deb61

Please sign in to comment.