From 3d34ce8cdbe693cb7c19ebb7139cf71670c1ea24 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Wed, 27 Dec 2023 14:02:02 -0500 Subject: [PATCH] Remove bad `launchSettings` --- src/Tgstation.Server.Host/Properties/launchSettings.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Tgstation.Server.Host/Properties/launchSettings.json b/src/Tgstation.Server.Host/Properties/launchSettings.json index b93f29050d..9f38c2657e 100644 --- a/src/Tgstation.Server.Host/Properties/launchSettings.json +++ b/src/Tgstation.Server.Host/Properties/launchSettings.json @@ -13,7 +13,6 @@ "environmentVariables": { "DOTNET_ENVIRONMENT": "Development", "ASPNETCORE_ENVIRONMENT": "Development", - "Database__ConnectionString": "Data Source=192.168.2.16,1433;Initial Catalog=TGS_Linux;User Id=tgs_debug;Password=asdf;Encrypt=False;Application Name=tgstation-server", "General__ValidInstancePaths__0": "/home/dominion/tgs_debug_pen" } }