Walkthrough/guide building aplication server for multi tenant web app [on hold]
- by Khalid Adisendjaja
The web app will detect a subdomain such as tenant1.app.com, tenant2.app.com, etc to identify tenant environment, each tenant environment will have a different database credential (port,db name,etc) but still connecting to the same database server. Each tenant should use app.com for their main domain, using their own domain is prohibitted.
Each…