commit
633890a289
|
@ -383,17 +383,20 @@ For the extension to correctly identify which env var keys map to the format use
|
||||||
|
|
||||||
All uppercase
|
All uppercase
|
||||||
Replace periods ('.') with two underscores ('__')
|
Replace periods ('.') with two underscores ('__')
|
||||||
Keys must begin with 'CKAN' or 'CKANEXT'
|
Keys must begin with 'CKAN' or 'CKANEXT', if they do not you can prepend them with '`CKAN___`'
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
* `CKAN__PLUGINS="envvars image_view text_view recline_view datastore datapusher"`
|
* `CKAN__PLUGINS="envvars image_view text_view recline_view datastore datapusher"`
|
||||||
* `CKAN__DATAPUSHER__CALLBACK_URL_BASE=http://ckan:5000`
|
* `CKAN__DATAPUSHER__CALLBACK_URL_BASE=http://ckan:5000`
|
||||||
|
* `CKAN___BEAKER__SESSION__SECRET=CHANGE_ME`
|
||||||
|
|
||||||
These parameters can be added to the `.env` file
|
These parameters can be added to the `.env` file
|
||||||
|
|
||||||
For more information please see [ckanext-envvars](https://github.com/okfn/ckanext-envvars)
|
For more information please see [ckanext-envvars](https://github.com/okfn/ckanext-envvars)
|
||||||
|
|
||||||
|
## xloader
|
||||||
|
To replacing DataPusher with XLoader check out the wiki page for this: https://github.com/ckan/ckan-docker/wiki/Replacing-DataPusher-with-XLoader
|
||||||
|
|
||||||
### ckan-pycsw
|
### ckan-pycsw
|
||||||
[ckan-pycsw](https://github.com/mjanez/ckan-pycsw) is a docker compose environment (based on [pycsw](https://github.com/geopython/pycsw)) for development and testing with CKAN Open Data portals.[^5]
|
[ckan-pycsw](https://github.com/mjanez/ckan-pycsw) is a docker compose environment (based on [pycsw](https://github.com/geopython/pycsw)) for development and testing with CKAN Open Data portals.[^5]
|
||||||
|
|
Loading…
Reference in New Issue