dev: add pg port to configuration (#4517)
This commit is contained in:
parent
2138257da0
commit
e951cc3cf4
4 changed files with 6 additions and 2 deletions
|
|
@ -151,6 +151,7 @@ else:
|
|||
"USER": os.environ.get("POSTGRES_USER"),
|
||||
"PASSWORD": os.environ.get("POSTGRES_PASSWORD"),
|
||||
"HOST": os.environ.get("POSTGRES_HOST"),
|
||||
"PORT": os.environ.get("POSTGRES_PORT", "5432"),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue