in DAL(uri) the uri can be a list of uris DAL([uri1, uri2, ...])
On Jan 6, 3:43 am, seongjoo <[email protected]> wrote: > 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.

