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?
4 Replies
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