From a7262b5d37293c7b4a398207f50db3f923db0ad6 Mon Sep 17 00:00:00 2001 From: rszn <645583145@qq.com> Date: Tue, 25 Jun 2024 10:41:49 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebStarter/appsettings.prod.json | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/WebStarter/appsettings.prod.json b/WebStarter/appsettings.prod.json index 661cf8c..28d311c 100644 --- a/WebStarter/appsettings.prod.json +++ b/WebStarter/appsettings.prod.json @@ -27,19 +27,6 @@ } } }, - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - }, - "Kestrel": { - "Endpoints": { - "http": { - "Url": "http://*:5035" - } - } - }, "Log": { "Src": "D:\\RiderProjects\\hn_back_charger\\WebStarter\\bin\\Debug\\net6.0\\logs", "Dest": "D:\\zip",