diff --git a/server/scripts/compute-database-url.sh b/server/scripts/compute-database-url.sh index dad7d85215..13cc38149d 100755 --- a/server/scripts/compute-database-url.sh +++ b/server/scripts/compute-database-url.sh @@ -1,2 +1,2 @@ #!/bin/sh -export PG_DATABASE_URL=postgres://twenty:twenty@$PG_DATABASE_HOST:5432/default \ No newline at end of file +export PG_DATABASE_URL=postgres://twenty:twenty@$PG_DATABASE_HOST:$PG_DATABASE_PORT/default \ No newline at end of file