Skip to content

Commit

Permalink
fix postgis port
Browse files Browse the repository at this point in the history
  • Loading branch information
hisham waleed karam committed Oct 14, 2018
1 parent f8a8cc3 commit 7b1e2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/postgis.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
export PGPASSWORD="golang"
$PWD/scripts/wait.sh -h localhost -p 5436 -t 600 -- echo "Postgis Ready!!!!"
$PWD/scripts/wait.sh -h localhost -p 5432 -t 600 -- echo "Postgis Ready!!!!"

0 comments on commit 7b1e2d5

Please sign in to comment.