Skip to content

Commit

Permalink
[#517] Update correct config
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Mar 15, 2013
1 parent c337be0 commit d010620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/travis-build
Expand Up @@ -49,7 +49,7 @@ paster db init -c test-core.ini
if [ $PGVERSION != '8.4' ]
then
psql -c 'CREATE USER readonlyuser;' -U postgres
sed -i -e 's/.*datastore.read_url.*/ckan.datastore.read_url = postgresql:\/\/readonlyuser@\/datastore/' development.ini
sed -i -e 's/.*datastore.read_url.*/ckan.datastore.read_url = postgresql:\/\/readonlyuser@\/datastore/' test-core.ini
paster datastore set-permissions postgres
fi

Expand Down

0 comments on commit d010620

Please sign in to comment.