For reference: http://web2py.com/books/default/chapter/29/6#Replicated-databases
On Friday, January 6, 2012 12:00:04 PM UTC-5, Massimo Di Pierro wrote: > > 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.

