Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 487 Bytes

Configuration.md

File metadata and controls

3 lines (2 loc) · 487 Bytes

Configuration

ASP.NET Core has an flexible and extensible key-value based configuration system. In fact, the configuration system is a part of Microsoft.Extensions libraries and it is independent from ASP.NET Core. That means it can be used in any type of application. See Microsoft's documentation to learn the configuration infrastructure. ABP framework is 100% compatible with the configuration system.