How can I tell prisma studio which env to point?
# orm-help
a
How can I tell prisma studio which env to point?
n
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.