Hello,
I'm using the application template, and this client is connected to another application using the OpenID, what I need is the following: 1- Disable Redis caching. 2- Remove unnecessary tables from the database, such as users, OpenID, ... etc.
- ABP Framework version: v6.0.2
- UI type: Angular
- DB provider: EF Core
8 Answer(s)
-
0
hi
1- Disable Redis caching.
"IsEnabled": "false"https://docs.abp.io/en/abp/latest/Redis-Cache#configuration2- Remove unnecessary tables from the database, such as users, OpenID, ... etc.
You can remove some built-in modules, However, Removing the identity module( users tables) can be complicated.
You can consider starting from an empty web application.
https://docs.abp.io/en/abp/latest/Getting-Started-AspNetCore-Application
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Thank you for your response Maliming. I have tried isenabled false and it worked fine with module template, but it is not working with application module. About starting from an empty app, I will give it a try.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0