Skip to content
This repository was archived by the owner on Aug 8, 2021. It is now read-only.
This repository was archived by the owner on Aug 8, 2021. It is now read-only.

[Question] When you say domain strategy you mean? #7

@simkimsia

Description

@simkimsia

In your readme, you wrote:

Domain Strategy

Shared Database, Shared Schema
Single Application Instance
Subdomain per Tenant

This means :

  1. there is only 1 database. No sharding.
  2. there is only 1 web app (cakephp3 app) running in 1 server
  3. the way we determine a Tenant is by looking at the subdomain.

Therefore,

tenant1.example.com and tenant2.example.com are two different tenants. Both are served by the same web app (cakephp 3) that is talking to the same database.

Am I right so far?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions