Skip to content
Snippets Groups Projects
Commit 3aad1524 authored by Benjamin Becker's avatar Benjamin Becker
Browse files

excludes other plugins for tests

parent 06352d13
No related branches found
No related tags found
No related merge requests found
...@@ -15,9 +15,12 @@ use = config:/etc/ckan/default/ckan.ini ...@@ -15,9 +15,12 @@ use = config:/etc/ckan/default/ckan.ini
ckan.site_title = My Test CKAN Site ckan.site_title = My Test CKAN Site
ckan.site_description = A test site for testing my CKAN extension ckan.site_description = A test site for testing my CKAN extension
## Database Settings # Database Settings
sqlalchemy.url = postgresql://ckan_default:pass@localhost/ckan_test sqlalchemy.url = postgresql://ckan_default:pass@localhost/ckan_test
# Plugins
ckan.plugins = odsh
# Logging configuration # Logging configuration
[loggers] [loggers]
keys = root, ckan, sqlalchemy keys = root, ckan, sqlalchemy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment