Skip to content

Commit

Permalink
Docker setup: fix schema CKAN container
Browse files Browse the repository at this point in the history
Include equipment schema too
  • Loading branch information
stsnel committed Jan 18, 2025
1 parent e89c915 commit bd60a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/images/ckan/ckan.ini
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ ckan.redis.url = redis://redis:6379/0
#ckan.plugins = stats text_view image_view recline_view
ckan.plugins = stats text_view image_view msl_ckan scheming_datasets scheming_groups scheming_organizations msl_custom_facets msl_repeating_fields spatial_metadata spatial_query

scheming.dataset_schemas = ckanext.msl_ckan:schemas/datasets/data_publication.yml ckanext.msl_ckan:schemas/datasets/labs.json
scheming.dataset_schemas = ckanext.msl_ckan:schemas/datasets/data_publication.yml ckanext.msl_ckan:schemas/datasets/labs.json ckanext.msl_ckan:schemas/datasets/equipment.json
scheming.organization_schemas = ckanext.msl_ckan:schemas/organizations/organization.json

mslfacets.dataset_config = ckanext.msl_ckan:config/facets.json
Expand Down

0 comments on commit bd60a98

Please sign in to comment.