0
dev@veek.vn created
hi, I want to migrate all application configuration settings from appsettings.json to the database and the application reads configuration settings from the database instead of appsettings.json
can you help me for that
ABP Framework version: v7.3.2 UI Type: Angular Database System: MongoDB Tiered (for MVC) or Auth Server Separated (for Angular): Yes Exception message and full stack trace: [Provide any relevant details] Steps to reproduce the issue:
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
1 Answer(s)
-
0
See:
This has nothing to do with ABP but NETCore You can check these
- https://learn.microsoft.com/en-us/dotnet/core/extensions/custom-configuration-provider
- https://www.youtube.com/watch?v=i4cEVx1lMnk
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)