Skip to content

Commit 5027c6f

Browse files
authored
Disabled launchBrowser in gateway and source schema projects (#8)
1 parent 7d6c69b commit 5027c6f

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

src/Gateway/Properties/launchSettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"http": {
44
"commandName": "Project",
55
"dotnetRunMessages": true,
6-
"launchBrowser": true,
6+
"launchBrowser": false,
77
"applicationUrl": "http://localhost:5116",
88
"launchUrl": "http://localhost:5116/graphql",
99
"environmentVariables": {
@@ -13,7 +13,7 @@
1313
"https": {
1414
"commandName": "Project",
1515
"dotnetRunMessages": true,
16-
"launchBrowser": true,
16+
"launchBrowser": false,
1717
"applicationUrl": "https://localhost:5117;http://localhost:5116",
1818
"launchUrl": "https://localhost:5117/graphql",
1919
"environmentVariables": {

src/SourceSchemas/Accounts/Properties/launchSettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"http": {
44
"commandName": "Project",
55
"dotnetRunMessages": true,
6-
"launchBrowser": true,
6+
"launchBrowser": false,
77
"applicationUrl": "http://localhost:5102",
88
"launchUrl": "http://localhost:5102/graphql",
99
"environmentVariables": {
@@ -13,7 +13,7 @@
1313
"https": {
1414
"commandName": "Project",
1515
"dotnetRunMessages": true,
16-
"launchBrowser": true,
16+
"launchBrowser": false,
1717
"applicationUrl": "https://localhost:5103;http://localhost:5102",
1818
"launchUrl": "https://localhost:5103/graphql",
1919
"environmentVariables": {

src/SourceSchemas/Inventory/Properties/launchSettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"http": {
44
"commandName": "Project",
55
"dotnetRunMessages": true,
6-
"launchBrowser": true,
6+
"launchBrowser": false,
77
"applicationUrl": "http://localhost:5104",
88
"launchUrl": "http://localhost:5104/graphql",
99
"environmentVariables": {
@@ -13,7 +13,7 @@
1313
"https": {
1414
"commandName": "Project",
1515
"dotnetRunMessages": true,
16-
"launchBrowser": true,
16+
"launchBrowser": false,
1717
"applicationUrl": "https://localhost:5105;http://localhost:5104",
1818
"launchUrl": "https://localhost:5105/graphql",
1919
"environmentVariables": {

src/SourceSchemas/Order/Properties/launchSettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"http": {
44
"commandName": "Project",
55
"dotnetRunMessages": true,
6-
"launchBrowser": true,
6+
"launchBrowser": false,
77
"applicationUrl": "http://localhost:5106",
88
"launchUrl": "http://localhost:5106/graphql",
99
"environmentVariables": {
@@ -13,7 +13,7 @@
1313
"https": {
1414
"commandName": "Project",
1515
"dotnetRunMessages": true,
16-
"launchBrowser": true,
16+
"launchBrowser": false,
1717
"applicationUrl": "https://localhost:5107;http://localhost:5106",
1818
"launchUrl": "https://localhost:5107/graphql",
1919
"environmentVariables": {

src/SourceSchemas/Payments/Properties/launchSettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"http": {
44
"commandName": "Project",
55
"dotnetRunMessages": true,
6-
"launchBrowser": true,
6+
"launchBrowser": false,
77
"applicationUrl": "http://localhost:5108",
88
"launchUrl": "http://localhost:5108/graphql",
99
"environmentVariables": {
@@ -13,7 +13,7 @@
1313
"https": {
1414
"commandName": "Project",
1515
"dotnetRunMessages": true,
16-
"launchBrowser": true,
16+
"launchBrowser": false,
1717
"applicationUrl": "https://localhost:5109;http://localhost:5108",
1818
"launchUrl": "https://localhost:5109/graphql",
1919
"environmentVariables": {

src/SourceSchemas/Products/Properties/launchSettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"http": {
44
"commandName": "Project",
55
"dotnetRunMessages": true,
6-
"launchBrowser": true,
6+
"launchBrowser": false,
77
"applicationUrl": "http://localhost:5110",
88
"launchUrl": "http://localhost:5110/graphql",
99
"environmentVariables": {
@@ -13,7 +13,7 @@
1313
"https": {
1414
"commandName": "Project",
1515
"dotnetRunMessages": true,
16-
"launchBrowser": true,
16+
"launchBrowser": false,
1717
"applicationUrl": "https://localhost:5111;http://localhost:5110",
1818
"launchUrl": "https://localhost:5111/graphql",
1919
"environmentVariables": {

src/SourceSchemas/Reviews/Properties/launchSettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"http": {
44
"commandName": "Project",
55
"dotnetRunMessages": true,
6-
"launchBrowser": true,
6+
"launchBrowser": false,
77
"applicationUrl": "http://localhost:5112",
88
"launchUrl": "http://localhost:5112/graphql",
99
"environmentVariables": {
@@ -13,7 +13,7 @@
1313
"https": {
1414
"commandName": "Project",
1515
"dotnetRunMessages": true,
16-
"launchBrowser": true,
16+
"launchBrowser": false,
1717
"applicationUrl": "https://localhost:5113;http://localhost:5112",
1818
"launchUrl": "https://localhost:5113/graphql",
1919
"environmentVariables": {

src/SourceSchemas/Shipping/Properties/launchSettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"http": {
44
"commandName": "Project",
55
"dotnetRunMessages": true,
6-
"launchBrowser": true,
6+
"launchBrowser": false,
77
"applicationUrl": "http://localhost:5114",
88
"launchUrl": "http://localhost:5114/graphql",
99
"environmentVariables": {
@@ -13,7 +13,7 @@
1313
"https": {
1414
"commandName": "Project",
1515
"dotnetRunMessages": true,
16-
"launchBrowser": true,
16+
"launchBrowser": false,
1717
"applicationUrl": "https://localhost:5115;http://localhost:5114",
1818
"launchUrl": "https://localhost:5115/graphql",
1919
"environmentVariables": {

0 commit comments

Comments
 (0)