File tree 1 file changed +5
-23
lines changed
RoundTheCode.ReactSignalR/Properties
1 file changed +5
-23
lines changed Original file line number Diff line number Diff line change 1
1
{
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
- },
11
2
"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" : {
21
4
"commandName" : " Project" ,
22
- "launchBrowser" : true ,
23
- "launchUrl" : " weatherforecast" ,
24
- "applicationUrl" : " https://localhost:5001;http://localhost:5000" ,
5
+ "launchBrowser" : false ,
25
6
"environmentVariables" : {
26
7
"ASPNETCORE_ENVIRONMENT" : " Development"
27
- }
8
+ },
9
+ "applicationUrl" : " https://localhost:7000"
28
10
}
29
11
}
30
- }
12
+ }
You can’t perform that action at this time.
0 commit comments