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