May 2, 2023
Simply You can set tenant_database_identifier to be domain_name for example
And add the new filed to the App\Entity\Main\TenantDbConfig which is
your TenantDb Config Entity
So each User has as a specific domain name value plus the database configs
In that case you can switch by sending the domain name value within the event payload
In that can