I was trying to implement per tenant one database using ABP framework but couldn't succeed with that approach. In the documentation, it says to configure using
I'm trying to set strictly file size limit using filter, in the mean while, there is already a default global setting at Startup.cs Startup.cs int sizeLimit = 2
Is there a way to rename the default admin role to something else, e.g. system admin or super admin ? In some contexts , admin may refer to task administrator o
I have inserted connectionstring in "[AbpTenantConnectionStrings]" table for same tenant id. My objective is to create both the DB and migrage the DB DB while
I need to customize the way MyAutoMapper profile maps my objects to DTOs. From one of my ApplicationServices, I use an ObjectMapper for a relatively simple mapp