From 1f5749905338d41836b7d8b5f59fc01a3730ca05 Mon Sep 17 00:00:00 2001 From: tangj Date: Wed, 26 Nov 2025 17:51:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E5=9B=9E?= =?UTF-8?q?=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SHK3CloudWebAPI/appsettings.json | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/SHK3CloudWebAPI/appsettings.json b/SHK3CloudWebAPI/appsettings.json index 25dcde5..5a18ab2 100644 --- a/SHK3CloudWebAPI/appsettings.json +++ b/SHK3CloudWebAPI/appsettings.json @@ -6,16 +6,17 @@ } }, //"AllowedHosts": "*", + //"AppSettings": { + // "CloudUrl": "http://47.95.40.103/K3Cloud/", + // "KDType": "6758eb76b9ec73", + // "KDUser": "Administrator", + // "KDPwd": "1qaz2wsx" + //} + "AllowedHosts": "*", "AppSettings": { - "CloudUrl": "http://47.95.40.103/K3Cloud/", - "KDType": "6758eb76b9ec73", - "KDUser": "Administrator", - "KDPwd": "1qaz2wsx" + "CloudUrl": "http://123.56.29.156/K3Cloud/", + "KDType": "5f23ccc5efaaf0", + "KDUser": "Administrator", + "KDPwd": "1qaz2wsx" } - // "AppSettings": { - // "CloudUrl": "http://123.56.29.156/K3Cloud/", - // "KDType": "5f23ccc5efaaf0", - // "KDUser": "Administrator", - // "KDPwd": "1qaz2wsx" - // } }