From 2c7981b6d0a778f1f5f4bb6e0d07297bcc40ad75 Mon Sep 17 00:00:00 2001 From: MSuMshk <2039814060@qq.com> Date: Tue, 24 Feb 2026 15:59:19 +0800 Subject: [PATCH] chore(tenantapi): set production tenancy root domain --- src/Api/TakeoutSaaS.TenantApi/appsettings.Production.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Api/TakeoutSaaS.TenantApi/appsettings.Production.json b/src/Api/TakeoutSaaS.TenantApi/appsettings.Production.json index 68b61db..3f30cd0 100644 --- a/src/Api/TakeoutSaaS.TenantApi/appsettings.Production.json +++ b/src/Api/TakeoutSaaS.TenantApi/appsettings.Production.json @@ -56,7 +56,7 @@ "/health", "/healthz" ], - "RootDomain": "" + "RootDomain": "tenant.laosankeji.com" }, "TencentMap": { "BaseUrl": "https://apis.map.qq.com",