mirror of
https://github.com/dathere/ckan_geoconnex_bulk_runner.git
synced 2026-07-05 15:12:20 +00:00
feat: add/update schemas, config, README, and test
This commit is contained in:
parent
f7caaaae8e
commit
d01e05ab48
7 changed files with 129 additions and 29 deletions
9
config/example.toml
Normal file
9
config/example.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Example configuration file. Customize for a specific CKAN instance when making a new Docker image.
|
||||
|
||||
# This is the path after https://geoconnex.us/ and before /{id}.
|
||||
# Same as namespace location at https://github.com/internetofwater/geoconnex.us.
|
||||
namespace_path = "nmwdh/ckan-dataset"
|
||||
# The base URL for the CKAN instance to run API requests to.
|
||||
ckan_url = "http://localhost:5000"
|
||||
# The name of the key in /package_show for a given CKAN dataset where the Geoconnex `about` field is populated.
|
||||
about_field_name = "geoconnex_about"
|
||||
Loading…
Add table
Add a link
Reference in a new issue