From 130ff5492dc8dbe90117af956e1b38e14bc18571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=87=E9=98=B3=20=E9=82=B9?= Date: Mon, 11 Dec 2023 09:52:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E8=87=B31.0.2.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 24Hour/24Hour.csproj | 4 ++-- .../bin/Debug/net6.0/appsettings.json | 21 ------------------- 3 files changed, 3 insertions(+), 23 deletions(-) delete mode 100644 WebApplication1/bin/Debug/net6.0/appsettings.json diff --git a/.gitignore b/.gitignore index ca538d0..fc4d2ce 100644 --- a/.gitignore +++ b/.gitignore @@ -112,3 +112,4 @@ dkms.conf /WebApplication1/obj/Release/net6.0/PubTmp/Out/WebApplication1.deps.json /WebApplication1/obj/Release/net6.0/WebApplication1.csproj.CoreCompileInputs.cache /WebApplication1/Properties/PublishProfiles/FolderProfile.pubxml.user +/WebApplication1/bin/Debug/net6.0/appsettings.json diff --git a/24Hour/24Hour.csproj b/24Hour/24Hour.csproj index d052d32..ae95f9a 100644 --- a/24Hour/24Hour.csproj +++ b/24Hour/24Hour.csproj @@ -8,8 +8,8 @@ True e485308c-2f05-470b-b0a4-68f1ec2b3412 Linux - 1.0.2.2 - 1.0.2.2 + 1.0.2.5 + 1.0.2.5 diff --git a/WebApplication1/bin/Debug/net6.0/appsettings.json b/WebApplication1/bin/Debug/net6.0/appsettings.json deleted file mode 100644 index 0c711ca..0000000 --- a/WebApplication1/bin/Debug/net6.0/appsettings.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - }, - - "AllowedHosts": "*", - "Configs": { - "SystemIp": "143.120.5.25", - "Port": "8080" - }, - "Kestrel": { - "Endpoints": { - "Http": { - "Url": "http://localhost:5194" - } - } - } -}