mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-12 16:49:07 +03:00
Fix postgres runs in test-all script
This commit is contained in:
parent
136206fcff
commit
d9586c5200
@ -10,7 +10,7 @@ set -e
|
||||
|
||||
export PGHOST=${PGHOST:-localhost}
|
||||
export PGUSER="postgres"
|
||||
export PGPASSWORD=""
|
||||
export PGPASSWORD="ci"
|
||||
export PGDATABASE="booktown"
|
||||
export PGPORT="15432"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user