Skip to content

Commit

Permalink
Update postgresql DBURL in testing script
Browse files Browse the repository at this point in the history
Signed-off-by: Ashwini Oruganti <[email protected]>
  • Loading branch information
ashfall committed May 15, 2017
1 parent 5a8f5fe commit 06cc6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/dbtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ case ${db} in
postgresql*)
db="postgresql"
dbContainerOpts="--name postgresql_tests postgresql"
DBURL="postgres://server@postgresql_tests:5432/notaryserver?sslmode=disable"
DBURL="postgres://server@postgresql_tests:5432/notaryserver?sslmode=verify-ca&sslrootcert=/go/src/github.com/docker/notary/fixtures/database/ca.pem&sslcert=/go/src/github.com/docker/notary/fixtures/database/notary-server.pem&sslkey=/go/src/github.com/docker/notary/fixtures/database/notary-server-key.pem"
;;
*)
echo "Usage: $0 (mysql|rethink)"
Expand Down

0 comments on commit 06cc6ef

Please sign in to comment.