You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I remove the "quality" filter from the configuration, I get errors running DAV. I would expect that the "quality" information processing would be optional, and off by default (there are more LKODs than NKODs):
dcat-ap-viewer:
version: 2# Port used for dcat-ap-viewer.port: 3000# Set to true if you want dcat-ap-viewer to serve static content from# "dist" directory. After "npm run build" this directory contains HTML, CSS,# JavaScript and other static files. This value should be set to false in# a production and static content should be server by other application# like Nginx. For more information how visit# https://github.com/linkedpipes/dcat-ap-viewer/wiki/Let's-deploy-to-productionserve-static-content: trueproviders:
# For more information about providers and their configuration please# see https://github.com/linkedpipes/dcat-ap-viewer/wiki/Providers.
- type: solr# Path to the Solr instance, including solr core.url: http://localhost:8983/solr/dcat-ap-viewer# Default API language.default-language: cs# List of all languages in Solr.languages:
- cs
- en
- type: couchdb# Address ofurl: http://127.0.0.1:5984# Default API language.default-language: cs
- type: sparql# SPARQL endpoint.url: http://localhost:8890/sparql# We use SPARQL endpoint only for quality related data.filter:
# - v2-qualityclient:
# Name of a profile directory within ./client/ directory.# Read readme file in the profile directory to get more information# about following options.profiles:
- profile-lkodpage-title-default: "STIRData catalog"page-title-prefix: ""page-title-suffix: " - STIRData catalog"# Configure URL prefix used to dereference values.dereference-url-prefix: ""# URL of the dcat-ap forms running instance.# https://github.com/linkedpipes/dcat-ap-formsdcat-ap-forms-url: "https://stirdata.opendata.cz/formulář"url-base: "https://stirdata.opendata.cz/"
The text was updated successfully, but these errors were encountered:
When I remove the "quality" filter from the configuration, I get errors running DAV. I would expect that the "quality" information processing would be optional, and off by default (there are more LKODs than NKODs):
The text was updated successfully, but these errors were encountered: