Skip to content

Commit

Permalink
fix: quoting and ckan.ini options
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Apr 23, 2024
1 parent 3435a76 commit 95040e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.10.4
- fix: quoting and ckan.ini options
0.10.3
- enh: improve inspect (fine-grained permissions control)
- enh: include explicit DCOR worker config
Expand Down
2 changes: 1 addition & 1 deletion dcor_control/resources/dcor_options.ini
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ckan.webassets.path = /var/lib/ckan/webassets
solr_url = http://localhost:8983/solr/ckan

# ckanext-dc_serve
ckanext.dc_serve.tmp_dir = "/data/tmp/ckanext-dc_serve"
ckanext.dc_serve.tmp_dir = /data/tmp/ckanext-dc_serve

# ckanext-dcor_depot
ckanext.dcor_depot.depots_path = /data/depots
Expand Down
1 change: 0 additions & 1 deletion dcor_control/resources/server_options.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
"beaker.session.domain": "<TEMPLATE:HOSTNAME>",
"ckan.storage_path": "/data/ckan-<TEMPLATE:HOSTNAME>",
"ckanext.dcor_depot.users_depot_name": "users-<TEMPLATE:HOSTNAME>",
"REMEMBER_COOKIE_DOMAIN": "<TEMPLATE:HOSTNAME>",
"sqlalchemy.url": "postgresql://ckan_default:<TEMPLATE:PGSQLPASS>@localhost/ckan_default"
}
},
Expand Down

0 comments on commit 95040e6

Please sign in to comment.