mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-26 21:53:48 +03:00
Fix port missing while building pg_database_url for render
This commit is contained in:
parent
a5fe256d7e
commit
e67b2d23ae
@ -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
|
Loading…
Reference in New Issue
Block a user