Skip to content
Snippets Groups Projects
Commit b21eaa44 authored by Thorge Petersen's avatar Thorge Petersen
Browse files

Removed ckanext.odsh.home variable from documentation

parent 3490ba81
No related branches found
No related tags found
Loading
...@@ -9,8 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -9,8 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed ### Removed
- Removed Travis CI 'bin/' directory, along with all associated Travis CI configuration files and scripts. - Removed Travis CI `bin/` directory, along with all associated Travis CI configuration files and scripts.
- Removed the functionality that retrieved the current commit hash of the checked out Git repository for the extension. The commit hash was previously inserted into a custom API resource to provide external developers repository information. - Removed the functionality that retrieved the current commit hash of the checked out Git repository for the extension. The commit hash was previously inserted into a custom API resource to provide external developers repository information.
- Removed `ckanext.odsh.home` configuration variable.
### Changed ### Changed
...@@ -20,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -20,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
- Custom robots.txt file. - Custom `robots.txt` file.
### Changed ### Changed
......
...@@ -89,7 +89,6 @@ The extension requires configuration parameters in the CKAN configuration file ( ...@@ -89,7 +89,6 @@ The extension requires configuration parameters in the CKAN configuration file (
Parameter | Type | Default | Description Parameter | Type | Default | Description
--------- | ---- | ------- | ----------- --------- | ---- | ------- | -----------
`ckanext.odsh.home` | `string` | `/usr/lib/ckan/default/src/ckanext-odsh` | Absolute path to base directory.
`ckanext.odsh.public_url` | `string` | - | The public URL, e.g., `https://opendata.schleswig-holstein.de`. `ckanext.odsh.public_url` | `string` | - | The public URL, e.g., `https://opendata.schleswig-holstein.de`.
`ckanext.odsh.showtestbanner` | `boolean` | `True` | Switches on the banner "test system". Must be `false` for production server. `ckanext.odsh.showtestbanner` | `boolean` | `True` | Switches on the banner "test system". Must be `false` for production server.
`ckanext.odsh.language_mapping` | `string` | `/usr/lib/ckan/default/src/ckanext-odsh/ckanext/odsh/resources/language_mapping.json` | Absolute path to language mapping file. `ckanext.odsh.language_mapping` | `string` | `/usr/lib/ckan/default/src/ckanext-odsh/ckanext/odsh/resources/language_mapping.json` | Absolute path to language mapping file.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment