From df06bc309d44db352441f42de7d34794a6ee54ba Mon Sep 17 00:00:00 2001 From: transtrike Date: Sat, 23 Jan 2021 15:37:44 +0200 Subject: Configured Production launch config --- src/DevHive.Web/Properties/launchSettings.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/DevHive.Web') diff --git a/src/DevHive.Web/Properties/launchSettings.json b/src/DevHive.Web/Properties/launchSettings.json index 5deaadb..2b65d0b 100644 --- a/src/DevHive.Web/Properties/launchSettings.json +++ b/src/DevHive.Web/Properties/launchSettings.json @@ -23,6 +23,14 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } + }, + "DevHive.Web Production": { + "commandName": "Project", + "dotnetRunMessages": "true", + "launchBrowser": false, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Production" + } } } } -- cgit v1.2.3