Skip to content

Commit 3e8543f

Browse files
committed
launch settings
launch browser disabled
1 parent fbaab69 commit 3e8543f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Supermarket/Properties/launchSettings.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"windowsAuthentication": false,
44
"anonymousAuthentication": true,
55
"iisExpress": {
6-
"applicationUrl": "http://localhost:50383",
6+
"applicationUrl": "http://localhost:5000",
77
"sslPort": 0
88
}
99
},
1010
"$schema": "http://json.schemastore.org/launchsettings.json",
1111
"profiles": {
1212
"IIS Express": {
1313
"commandName": "IISExpress",
14-
"launchBrowser": true,
14+
"launchBrowser": false,
1515
"launchUrl": "api/values",
1616
"environmentVariables": {
1717
"ASPNETCORE_ENVIRONMENT": "Development"
@@ -20,7 +20,6 @@
2020
"Supermarket": {
2121
"commandName": "Project",
2222
"launchBrowser": true,
23-
"launchUrl": "api/values",
2423
"environmentVariables": {
2524
"ASPNETCORE_ENVIRONMENT": "Development"
2625
},

0 commit comments

Comments
 (0)