Base solution for your next web application
Open Closed

Disabling multi tenancy (at all) #1068


User avatar
0
denisbruno created

I've found this framework searching for a solution to have a template to develop new systems in my organization, and I simply loved it! It has great features and all the work done with implementing these patterns and DDD is amazing.

But I have one question: is it possible to disable Multi Tenancy at all? I mean...I saw that one can disable use of multi tenancy by setting the option in the configuration of the module, but as far as I read, the whole structure for multi tenancy will be presente at the application and at the database.

I'm planning to use for the systems my team develop, but I think that the multi tenancy thing will add some undesired complexity at this moment.

Thanks in advance.

Denis


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    Thank you. I'm glad that you liked it.

    Only way is to set multitenancy disabled. Yes, module zero tables will have TenantId but you can ignore it and work as you are developing a single tenant application. It's not possible to completely hide it from api to database.