Skip to content

Support Multiple hosts for Tenant DBs

Compare
Choose a tag to compare
@RamyHakam RamyHakam released this 28 Jun 12:05
· 8 commits to master since this release
6460290
  1. All tenant DBs should have the same Driver type, Cuz For now the tenant Sechma is shared between all tenants
  2. If your tenants host on localhost but with different ports, it is better to use IP rather than localhost in your host
  3. In docker, you should use IP rather than localhost
  4. You can use docker.host.internal as your host in your docker env
    But remember to add it as an extra host in your compose file