1
0
mirror of https://github.com/bitwarden/server synced 2025-12-26 21:23:39 +00:00

do not launch browser on debug

This commit is contained in:
Kyle Spearrin
2017-08-15 14:55:15 -04:00
parent 5e63ad58b8
commit ea22cb1f79
3 changed files with 6 additions and 6 deletions

View File

@@ -10,14 +10,14 @@
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchBrowser": false,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Identity": {
"commandName": "Identity",
"launchBrowser": true,
"launchBrowser": false,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},