Skip to content

Commit

Permalink
[#517] Update test-core.ini with correct datastore db and solr url
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Mar 26, 2013
1 parent 4872f51 commit 57b6e3f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test-core.ini
Expand Up @@ -22,8 +22,11 @@ sqlalchemy.url = postgresql://ckanuser:pass@localhost/ckan_test
#sqlalchemy.url = sqlite:///

## Datastore
ckan.datastore.write_url = postgresql://ckanuser:pass@localhost/ckan_test
ckan.datastore.read_url = postgresql://readonlyuser:pass@localhost/ckan_test
ckan.datastore.write_url = postgresql://ckanuser:pass@localhost/ckan_test_datastore
ckan.datastore.read_url = postgresql://readonlyuser:pass@localhost/ckan_test_datastore

## Solr support
solr_url = http://127.0.0.1:8983/solr

ckan.auth.user_create_organizations = true
ckan.auth.user_create_groups = true
Expand Down

0 comments on commit 57b6e3f

Please sign in to comment.