You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, POSTGRES_URL is a required environment variable in .env that gets written to server/.env on any Make target being run
POSTGRES_URL needs to be defined in server/.env because that's where prisma checks for the POSTGRES_URL variable.
It would be nice to programmatically define the URL based on the other environment variables specified in .env instead of requiring a separate variable.
Anything else we need to know?
The text was updated successfully, but these errors were encountered:
FEATURE REQUEST
What do you want to happen
Currently, POSTGRES_URL is a required environment variable in
.env
that gets written toserver/.env
on any Make target being runPOSTGRES_URL needs to be defined in
server/.env
because that's where prisma checks for the POSTGRES_URL variable.It would be nice to programmatically define the URL based on the other environment variables specified in
.env
instead of requiring a separate variable.Anything else we need to know?
The text was updated successfully, but these errors were encountered: