Skip to content

Commit a60a76b

Browse files
committed
Updated launch settings
1 parent f99d37d commit a60a76b

File tree

1 file changed

+5
-23
lines changed

1 file changed

+5
-23
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,12 @@
11
{
2-
"$schema": "http://json.schemastore.org/launchsettings.json",
3-
"iisSettings": {
4-
"windowsAuthentication": false,
5-
"anonymousAuthentication": true,
6-
"iisExpress": {
7-
"applicationUrl": "http://localhost:58205",
8-
"sslPort": 44351
9-
}
10-
},
112
"profiles": {
12-
"IIS Express": {
13-
"commandName": "IISExpress",
14-
"launchBrowser": true,
15-
"launchUrl": "clientapp",
16-
"environmentVariables": {
17-
"ASPNETCORE_ENVIRONMENT": "Development"
18-
}
19-
},
20-
"RoundTheCode.ReactSignalR": {
3+
"Run": {
214
"commandName": "Project",
22-
"launchBrowser": true,
23-
"launchUrl": "weatherforecast",
24-
"applicationUrl": "https://localhost:5001;http://localhost:5000",
5+
"launchBrowser": false,
256
"environmentVariables": {
267
"ASPNETCORE_ENVIRONMENT": "Development"
27-
}
8+
},
9+
"applicationUrl": "https://localhost:7000"
2810
}
2911
}
30-
}
12+
}

0 commit comments

Comments
 (0)