Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Aug 4, 2024
1 parent 5a30629 commit 8f6fc1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion dcor_control/cli/inspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def inspect(assume_yes=False, dcor_site_config_dir=None):

click.secho("Checking www-data permissions...", bold=True)
for path in [
"/tmp/DCOR_generate_condensed", # resource condense locks
paths.get_ckan_storage_path(),
paths.get_ckan_storage_path() / "resources",
paths.get_dcor_users_depot_path(),
Expand Down
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 @@ -67,6 +67,7 @@ ckan.webassets.path = /var/lib/ckan/webassets
solr_url = http://localhost:8983/solr/ckan

# ckanext-dc_serve
ckanext.dc_serve.create_condensed_datasets = true
ckanext.dc_serve.tmp_dir = /data/tmp/ckanext-dc_serve

# ckanext-dcor_depot
Expand Down

0 comments on commit 8f6fc1f

Please sign in to comment.