1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

Disable launchBrowser launchSetting (#1400)

This commit is contained in:
Oscar Hinton
2021-06-16 18:36:23 +02:00
committed by GitHub
parent 5d7530a6a5
commit 1796b1dd8e
9 changed files with 14 additions and 14 deletions

View File

@ -2,7 +2,7 @@
"profiles": {
"Server": {
"commandName": "Project",
"launchBrowser": true,
"launchBrowser": false,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},