Hello! Is it possible to use different environemnt...
# prisma-whats-new
r
Hello! Is it possible to use different environemnt variables depending on the target? When I’m on Staging I want to use API Keys (environment variables) from staging, when in Prod, I want to use different API_Keys
w
create a
.env
file with your variables