Changes to how database expose urls
gilamran
PROOP

a year ago

So far when I deployed a postgres service, it exposed two types of urls.
DATABASE_PRIVATE_URL and DATABASE_URL
I now noticed that there was a switch on these variables… and a new postgres service will create two different variables: DATABASE_PUBLIC_URL and DATABASE_URL

Can I somehow upgrade my old postgres services to the "new" way?

Solved

4 Replies

gilamran
PROOP

a year ago

2e77135f-d222-458b-80d8-e131a96a6aeb


a year ago

you can just change the names of the variables yourself


a year ago

just change DATABASE_PRIVATE URL to DATABASE_URL and change DATABSE_URL to DATABASE_PUBLIC_URL


a year ago

!s


Status changed to Solved dev about 1 year ago


Loading...