Skip to content

Basic Multi DB setup

Compare
Choose a tag to compare
@nikhilbhatt nikhilbhatt released this 18 Dec 16:03
· 5 commits to main since this release

Basic Setup of multiple database with rails.

A request from host localhost:3000 will be served by app1 db. and localhost:4000 will be served by app2 db.