aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web/Properties
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2021-01-23 15:37:44 +0200
committertranstrike <transtrike@gmail.com>2021-01-23 15:37:44 +0200
commitdf06bc309d44db352441f42de7d34794a6ee54ba (patch)
tree3741946285e15c23df2bba0bad47803020473866 /src/DevHive.Web/Properties
parent7e8c37760f4e02b35884d3ac68c97ccbca52097c (diff)
downloadDevHive-df06bc309d44db352441f42de7d34794a6ee54ba.tar
DevHive-df06bc309d44db352441f42de7d34794a6ee54ba.tar.gz
DevHive-df06bc309d44db352441f42de7d34794a6ee54ba.zip
Configured Production launch config
Diffstat (limited to 'src/DevHive.Web/Properties')
-rw-r--r--src/DevHive.Web/Properties/launchSettings.json8
1 files changed, 8 insertions, 0 deletions
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"
+ }
}
}
}