From 45363ebe3b0e7603c560d91e3e960ba1a4f75669 Mon Sep 17 00:00:00 2001 From: bransoned Date: Sat, 10 Jan 2026 21:16:07 -0500 Subject: [PATCH] Make prod default behavior --- octo-fiesta/Properties/launchSettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/octo-fiesta/Properties/launchSettings.json b/octo-fiesta/Properties/launchSettings.json index a4efb4f..ccc0a16 100644 --- a/octo-fiesta/Properties/launchSettings.json +++ b/octo-fiesta/Properties/launchSettings.json @@ -8,7 +8,7 @@ "launchUrl": "swagger", "applicationUrl": "http://localhost:5274", "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" + "ASPNETCORE_ENVIRONMENT": "Production" } }, "https": { @@ -18,7 +18,7 @@ "launchUrl": "swagger", "applicationUrl": "https://localhost:7248;http://localhost:5274", "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" + "ASPNETCORE_ENVIRONMENT": "Production" } } }