Skip to content

Commit

Permalink
Merge pull request #59 from GenomicDataInfrastructure/fix-parsing-fro…
Browse files Browse the repository at this point in the history
…m-file-profile

fix: set up profiles to fix parsing from file bug
  • Loading branch information
hcvdwerf authored Apr 11, 2024
2 parents 9af6a95 + 6b3900c commit bd2f836
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ckan/docker-entrypoint.d/setup_scheming.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ echo "[ckanext-scheming] Setting up config-options"
ckan config-tool $CKAN_INI -s app:main \
"scheming.dataset_schemas = ckanext.gdi_userportal:scheming/schemas/gdi_userportal.json"\
"scheming.presets = ckanext.scheming:presets.json"\
"scheming.dataset_fallback = false"
"scheming.dataset_fallback = false"\
"ckanext.dcat.rdf.profiles = euro_dcat_ap_2 fairdatapoint_dcat_ap"\
"ckanext.dcat.compatibility_mode = true"

0 comments on commit bd2f836

Please sign in to comment.