Is there a sandbox environment? #147
Answered
by
unamashana
john-trashlab
asked this question in
Questions
-
I'd love to be able to run integration tests on a copy of my production database without worrying about texts/emails actually getting sent out. How are folks dealing with this? |
Beta Was this translation helpful? Give feedback.
Answered by
unamashana
Dec 13, 2023
Replies: 1 comment
-
Hey @john-trashlab we encourage creating different projects per environment. We use three ourselves - Staging, Production, and Review (though ideally we should use one per review env!). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
unamashana
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @john-trashlab we encourage creating different projects per environment. We use three ourselves - Staging, Production, and Review (though ideally we should use one per review env!).