Browse Source

Disable automatically launching browser (#3)

pull/10/head
Oscar Hinton 4 years ago committed by GitHub
parent
commit
32caad6d90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/KeyConnector/Properties/launchSettings.json

2
src/KeyConnector/Properties/launchSettings.json

@ -18,7 +18,7 @@ @@ -18,7 +18,7 @@
"SsoAgent": {
"commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": true,
"launchBrowser": false,
"applicationUrl": "http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"

Loading…
Cancel
Save