Open Closed

Settings Providers for tenants #4599


User avatar
0
alexander.conceicao@evlos4u.com created

We created a solution based on microservices, using the ABP CLI. We will work with a multi-tenancy scenario where we will need configurations (settings providers) that will be accessed by each tenant and can have different values between them. Currently we are setting the settings directly in the database using ProviderName = T and ProviderKey the ID of the tenant. However, we need this information to be able to be changed using the frontend, including the need to use encryption for sensitive data, which is not possible to do directly in the database. How do we enable or configure the frontend to show our custom settings fields like the one in the image below (mailing settings)? Our frontend is Angular.

Thanks in advance.


1 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    You can check the document: https://docs.abp.io/en/abp/latest/Modules/Setting-Management#angular-ui

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11