Browse Source

fix doc headings

pull/23162/head
Suhaib Mousa 11 months ago
parent
commit
b7e139e2a7
  1. 4
      docs/en/framework/architecture/multi-tenancy/index.md

4
docs/en/framework/architecture/multi-tenancy/index.md

@ -346,13 +346,13 @@ context.Services
```
### `ConfigurationTenantResolveContributor`
##### ConfigurationTenantResolveContributor
This tenant resolver reads the tenant identifier from application configuration `appsettings.json`.
It is intended primarily for **development or testing environments** where setting the tenant manually is helpful, especially in **non-HTTP** contexts (e.g., console apps, background workers).
##### **Configuration Example:**
###### **Configuration Example:**
```json
{

Loading…
Cancel
Save