PrismaP
Prisma6mo ago
5 replies
ryanisaboi1

prisma skips environment variable loading with config file?

is there a way to pass the environment variables in the config file https://www.prisma.io/docs/orm/reference/prisma-config-reference instead of using dotenv(). this originally automatically worked specifying the env varible in schema.prisma but breaks with the config file
This page gives an overview of all Prisma config options available for use.
Reference documentation for the prisma config file | Prisma Documen...
Was this page helpful?