Skip to content

Commit

Permalink
enh: update site configs
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Aug 2, 2024
1 parent 46a8cd4 commit 8b16642
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dcor_control/resources/dcor_defaults.ini.template
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ ckanext.dcor_depot.users_depot_name = users-<TEMPLATE:HOSTNAME>
# ckanext-dcor_schemas
ckan.extra_resource_fields = etag sha256
extra_template_paths = <TEMPLATE:DCOR_SITE_CONFIG_DIR>/templates
ckanext.dcor_schemas.allow_content_listing_for_anon = true
ckanext.dcor_schemas.allow_public_datasets = true
ckanext.dcor_schemas.json_resource_schema_dir = package

Expand Down
1 change: 1 addition & 0 deletions dcor_control/resources/site_dcor-colab/dcor_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"ckan.ini": {
"ckan.site_title": "DCOR-colab",
"ckan.site_url": "https://dcor-colab.mpl.mpg.de",
"ckanext.dcor_schemas.allow_content_listing_for_anon": "false",
"ckanext.dcor_schemas.allow_public_datasets": "false",
"licenses_group_url": "file://<TEMPLATE:DCOR_SITE_CONFIG_DIR>/licenses.json",
"dcor_object_store.endpoint_url": "https://objectstore.hpccloud.mpcdf.mpg.de",
Expand Down
1 change: 1 addition & 0 deletions dcor_control/resources/site_dcor-med/dcor_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"ckan.site_title": "DCOR-med",
"ckan.site_url": "https://<TEMPLATE:HOSTNAME>",
"ckanext.dc_serve.tmp_dir": "/cache/ckanext-dc_serve",
"ckanext.dcor_schemas.allow_content_listing_for_anon": "false",
"ckanext.dcor_schemas.allow_public_datasets": "false",
"ckanext.dcor_schemas.json_resource_schema_dir": "<TEMPLATE:DCOR_SITE_CONFIG_DIR>/resource_schema",
"dcor_object_store.endpoint_url": "http://<TEMPLATE:HOSTNAME>:9000",
Expand Down

0 comments on commit 8b16642

Please sign in to comment.