Configuration
These are the options that can be specified in your .ini config file.
| Name | Description |
|---|---|
ckanext.statistics.resource_ids |
IDs of collection resources (space separated). |
ckanext.statistics.gbif_dataset_keys |
GBIF dataset keys (space separated). If not specified, tries ckanext.gbif.dataset_key. Defaults to an empty string. |
Cache settingsΒΆ
These settings are used to directly configure a beaker cache region named ckanext_statistics. Please see their configuration docs for more information and additional options.
| Name | Description | Example |
|---|---|---|
ckanext.statistics.cache.type |
Cache backend. | ext:redis |
ckanext.statistics.cache.url |
URL for the backend. | redis://localhost:6379/0 |
ckanext.statistics.cache.expire |
Time until the cache content expires, in seconds. | 3600 |