Join Slack
Powered by
How can I tell prisma studio which env to point?
# orm-help
a
aj
03/18/2022, 8:21 PM
How can I tell prisma studio which env to point?
n
Nurul
03/21/2022, 10:36 AM
Hey 👋 Prisma studio points to the database from the DATABASE_URL parameter in env file. You can use something like
dotenv
to manage multiple env files. Here is the official
documentation
on how you could do that.
5
Views
Open in Slack
Previous
Next