Fix port missing while building pg_database_url for render

This commit is contained in:
Charles Bochet 2023-10-22 12:42:52 +02:00
parent a5fe256d7e
commit e67b2d23ae

View File

@ -1,2 +1,2 @@
#!/bin/sh
export PG_DATABASE_URL=postgres://twenty:twenty@$PG_DATABASE_HOST:5432/default
export PG_DATABASE_URL=postgres://twenty:twenty@$PG_DATABASE_HOST:$PG_DATABASE_PORT/default