Update GOOSE_DBSTRING to include host and port information
This commit is contained in:
parent
f3c380ca57
commit
2f7672555e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
GOOSE_DRIVER: postgres
|
GOOSE_DRIVER: postgres
|
||||||
GOOSE_DBSTRING: "user=feedvault password=feedvault dbname=feedvault sslmode=disable"
|
GOOSE_DBSTRING: "user=feedvault password=feedvault dbname=feedvault sslmode=disable host=localhost port=5432"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue