Join Slack
Powered by
is there a decent strategy for working with local ...
# orm-help
d
drk
06/07/2018, 11:35 PM
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
nilan
06/08/2018, 12:08 PM
yes, you can use environment variables and/or
.env
file(s)
👍 1
Open in Slack
Previous
Next