Allow to disable tenant based connection string management. #19376
BackResolves #19351
Resolves #19353
New rule:
- If there is no module-specific
connstring
thendefault connstring
can't be empty - If there is any module-specific
connstring
thendefault 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
}