Open Source Web Application Framework for ASP.NET Core
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

807 B

Installation Notes for Setting Management Module

The Setting Management module provides a way to store and manage settings in an ABP application. Settings are used to store application, tenant, or user-specific configuration values that can be changed at runtime. The module includes both a UI for setting management and an API for programmatic setting management.

Key features of the Setting Management module:

  • Store and retrieve settings
  • Multi-level setting management (global, tenant, user)
  • Setting management UI
  • Extensible setting provider system
  • Multi-tenancy support
  • Integration with other ABP modules

Documentation

For detailed information and usage instructions, please visit the Setting Management Module documentation.