1
0
mirror of https://github.com/bitwarden/server synced 2026-01-07 19:13:50 +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,7 +10,7 @@
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchBrowser": false,
"launchUrl": "",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
@@ -18,7 +18,7 @@
},
"Billing": {
"commandName": "Project",
"launchBrowser": true,
"launchBrowser": false,
"launchUrl": "",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"