From 5648a24be5fa8b8981c399c09a5d5a306bae1d5e Mon Sep 17 00:00:00 2001 From: hao <1836460075@qq.com> Date: 星期三, 16 七月 2025 08:33:57 +0800 Subject: [PATCH] 工单备料测试 --- StandardInterface/MESApplication/Config/appsettings.json | 21 ++++++++++++++++++++- 1 files changed, 20 insertions(+), 1 deletions(-) diff --git a/StandardInterface/MESApplication/Config/appsettings.json b/StandardInterface/MESApplication/Config/appsettings.json index 3f6e8e8..9957c71 100644 --- a/StandardInterface/MESApplication/Config/appsettings.json +++ b/StandardInterface/MESApplication/Config/appsettings.json @@ -1,4 +1,4 @@ -{ +/*{ "Logging": { "LogLevel": { "Default": "Information", @@ -14,4 +14,23 @@ "X-KDApi-AppSec": "817a815631c24517b931ecebe8f8eae1", "X-KDApi-LCID": "2052", "X-KDApi-ServerUrl": "http://47.96.178.105/k3cloud" +}*/ + + +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft": "Warning", + "Microsoft.Hosting.Lifetime": "Information" + } + }, + "AllowedHosts": "*", + "Version": "1.0.0", + "X-KDApi-AcctID": "6533e4ab79156b", + "X-KDApi-UserName": "鎺ュ彛浼犺緭", + "X-KDApi-AppID": "312912_623D2YuEyMAeQ59HTY5qywUM1h3a5qPp", + "X-KDApi-AppSec": "fce5af4fdb1a4640a07f277b3da583ce", + "X-KDApi-LCID": "2052", + "X-KDApi-ServerUrl": "http://47.96.178.105/k3cloud" } \ No newline at end of file -- Gitblit v1.9.3