Allow to disable tenant based connection string management. #19376

Back

Resolves #19351
Resolves #19353

New rule:

  • If there is no module-specific connstring then default connstring can't be empty
  • If there is any module-specific connstring then default connstring can be empty

New bool setting

Volo.Saas.EnableTenantBasedConnectionStringManagement

New API to get/set the setting

GET /api/saas/settings
Response:

{
  "enableTenantBasedConnectionStringManagement": true
}

POST /api/saas/settings
Request body:

{
  "enableTenantBasedConnectionStringManagement": true
}

image
image

image

Version
9.1.0-rc.3
Release Date
25 February, 2025
Labels
ui-blazor abp-module-saas ui-mvc