From a6a7af702e5fa13db540238420422535473999ea Mon Sep 17 00:00:00 2001 From: Brett Hewitson Date: Sat, 20 Nov 2021 23:28:25 +1000 Subject: [PATCH] Config changes --- .../ServerManager.WebApplication.csproj | 12 ------------ .../appsettings.Production.json | 2 +- .../web.Development.config | 12 ------------ .../web.Production.config | 12 ------------ src/ServerManager.WebApplication/web.config | 3 --- 5 files changed, 1 insertion(+), 40 deletions(-) delete mode 100644 src/ServerManager.WebApplication/web.Development.config delete mode 100644 src/ServerManager.WebApplication/web.Production.config delete mode 100644 src/ServerManager.WebApplication/web.config diff --git a/src/ServerManager.WebApplication/ServerManager.WebApplication.csproj b/src/ServerManager.WebApplication/ServerManager.WebApplication.csproj index f85a2b43..66ad6a9e 100644 --- a/src/ServerManager.WebApplication/ServerManager.WebApplication.csproj +++ b/src/ServerManager.WebApplication/ServerManager.WebApplication.csproj @@ -28,16 +28,4 @@ - - - Always - - - Always - - - Always - - - diff --git a/src/ServerManager.WebApplication/appsettings.Production.json b/src/ServerManager.WebApplication/appsettings.Production.json index 3af7e862..9a84f7e4 100644 --- a/src/ServerManager.WebApplication/appsettings.Production.json +++ b/src/ServerManager.WebApplication/appsettings.Production.json @@ -1,5 +1,5 @@ { - "EnableSwagger": true, + "EnableSwagger": false, "SwaggerRoutePrefix": "", "ManagerCodes": [ diff --git a/src/ServerManager.WebApplication/web.Development.config b/src/ServerManager.WebApplication/web.Development.config deleted file mode 100644 index 958c4784..00000000 --- a/src/ServerManager.WebApplication/web.Development.config +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/src/ServerManager.WebApplication/web.Production.config b/src/ServerManager.WebApplication/web.Production.config deleted file mode 100644 index 7c2042f8..00000000 --- a/src/ServerManager.WebApplication/web.Production.config +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/src/ServerManager.WebApplication/web.config b/src/ServerManager.WebApplication/web.config deleted file mode 100644 index 49cc43e1..00000000 --- a/src/ServerManager.WebApplication/web.config +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file