Hello,
When the production database is accessible only from web servers from specified IPs, what would be an effective method to perform test with local development server? For lack of knowledge, I am manually switching db endpoint to local test db and putting it back to production db endpoint when the test is finished and code is submitted.

