From 894e92bb8d3995c6d24a75067fd62f8bf9550f4b Mon Sep 17 00:00:00 2001 From: "fei.pan" Date: Wed, 11 Oct 2023 14:27:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=A7=9F=E6=88=B7=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E9=A1=B9MultiTenancyType?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apihost/Tnb.API.Entry/Configurations/Tenant.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apihost/Tnb.API.Entry/Configurations/Tenant.json b/apihost/Tnb.API.Entry/Configurations/Tenant.json index a1df638e..f8ca747a 100644 --- a/apihost/Tnb.API.Entry/Configurations/Tenant.json +++ b/apihost/Tnb.API.Entry/Configurations/Tenant.json @@ -1,6 +1,7 @@ { "Tenant": { "MultiTenancy": false, - "MultiTenancyDBInterFace": "http://www.tuotong-tech.com/api/Saas/Tenant/DbContent/" + "MultiTenancyDBInterFace": "http://www.tuotong-tech.com/api/Saas/Tenant/DbContent/", + "MultiTenancyType": "" } } \ No newline at end of file