Skip to content

Commit

Permalink
db: Point all tests at docker db server
Browse files Browse the repository at this point in the history
Tests were pointing at a localhost database server, but now that the
docker environment is available it is expected that it will be the
primary way of running the test suite.
  • Loading branch information
brettch committed Jun 11, 2016
1 parent 5f6f557 commit 36ffe3e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
@@ -1,4 +1,4 @@
host=localhost
host=db
database=api06_test
user=osm
password=password
Expand Down
@@ -1,4 +1,4 @@
host=localhost
host=db
database=api06_test
user=osm
password=password
Expand Down
@@ -1,4 +1,4 @@
host=localhost
host=db
database=pgosmsimp06_test
user=osm
password=password
@@ -1,4 +1,4 @@
host=localhost
host=db
database=pgosmsnap06_test
user=osm
password=password
@@ -1,4 +1,4 @@
host=localhost
host=db
database=pgosmsnap06_test_with_schema
user=osm
password=password

0 comments on commit 36ffe3e

Please sign in to comment.