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"
- }
- }
- }
-}