From 73721015a72f703e0a624b8231c4b506dcc90d9d Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Wed, 23 Aug 2023 15:23:16 +0800 Subject: [PATCH] update --- .../host/SettleAccount.HttpApi.Host/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/appsettings.json b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/appsettings.json index 7c9c32ad..28279f84 100644 --- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/appsettings.json +++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/appsettings.json @@ -70,7 +70,7 @@ "AuthServer": { - "Authority": "http://localhost:44378", + "Authority": "http://dev.ccwin-in.com:10582", "ClientId": "basic-web", "ClientSecret": "1q2w3e*" },