mirror of
https://github.com/bitwarden/server.git
synced 2025-07-19 00:21:35 -05:00
Disable launchBrowser launchSetting (#1400)
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
"profiles": {
|
||||
"IIS Express": {
|
||||
"commandName": "IISExpress",
|
||||
"launchBrowser": true,
|
||||
"launchBrowser": false,
|
||||
"launchUrl": "bitwarden.com/icon.png",
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
@ -18,7 +18,7 @@
|
||||
},
|
||||
"Icons": {
|
||||
"commandName": "Project",
|
||||
"launchBrowser": true,
|
||||
"launchBrowser": false,
|
||||
"launchUrl": "bitwarden.com/icon.png",
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
|
Reference in New Issue
Block a user