is there a decent strategy for working with local ...
# orm-help
d
is there a decent strategy for working with local and private (cloud) prisma servers? say i want to work on my datamodels and deploy while offline, but deploy to prisma cloud for other stages (dev/stage/testing/prod)
n
yes, you can use environment variables and/or
.env
file(s)
👍 1