Browse Source

remove non-HTTP from doc

pull/23162/head
Suhaib Mousa 8 months ago
parent
commit
4931b7bd93
  1. 2
      docs/en/framework/architecture/multi-tenancy/index.md

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

@ -350,7 +350,7 @@ context.Services
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).
It is intended primarily for **development or testing environments** where setting the tenant manually is useful (e.g., without headers, route parameters, or query strings).
###### **Configuration Example:**

Loading…
Cancel
Save