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/.editorconfig | 1 + src/DevHive.Web/Properties/launchSettings.json | 8 ++++++++ 2 files changed, 9 insertions(+) (limited to 'src') diff --git a/src/.editorconfig b/src/.editorconfig index d98de8a..7fa9b2a 100644 --- a/src/.editorconfig +++ b/src/.editorconfig @@ -33,6 +33,7 @@ indent_size = 2 # JSON files [*.json] indent_size = 2 +indent_style = space [*.cs] indent_size = 4 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