-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
version: 1 | ||
groups: | ||
- annotation: ckanext-dcat configuration options | ||
options: | ||
- key: ckanext.dcat.enable_rdf_endpoints | ||
default: True | ||
description: | | ||
Whether to expose the catalog and dataset endpoints with the RDF DCAT | ||
serializations. | ||
type: bool | ||
- key: ckanext.dcat.catalog_endpoint | ||
default: '/catalog.{_format}' | ||
type: str | ||
description: | | ||
Custom route for the catalog endpoint. It should start with `/` and include the | ||
`{_format}` placeholder. | ||
example: '/dcat/catalog/{_format}' | ||
- key: ckanext.dcat.dataset_per_page | ||
default: 100 | ||
type: int | ||
description: | | ||
Default number of datasets returned by the catalog endpoint. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters