chore: expose postgres port
This commit is contained in:
parent
241da41c4c
commit
bc0c068ed7
2 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,7 @@ DB_HOST="localhost"
|
|||
DB_POOL=""
|
||||
DB_USERNAME="tps_development"
|
||||
DB_PASSWORD="tps_development"
|
||||
DB_PORT=5432
|
||||
|
||||
# Protect access to the instance with a static login/password (useful for staging environments)
|
||||
BASIC_AUTH_ENABLED="disabled"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue