File tree Expand file tree Collapse file tree 3 files changed +93
-0
lines changed
Chapter_10/MyBGList/Properties
Chapter_11/MyBGList/Properties
Chapter_12/MyBGList/Properties Expand file tree Collapse file tree 3 files changed +93
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://json.schemastore.org/launchsettings.json" ,
3
+ "iisSettings" : {
4
+ "windowsAuthentication" : false ,
5
+ "anonymousAuthentication" : true ,
6
+ "iisExpress" : {
7
+ "applicationUrl" : " http://localhost:40080" ,
8
+ "sslPort" : 40443
9
+ }
10
+ },
11
+ "profiles" : {
12
+ "MyBGList" : {
13
+ "commandName" : " Project" ,
14
+ "dotnetRunMessages" : true ,
15
+ "launchBrowser" : true ,
16
+ "launchUrl" : " swagger" ,
17
+ "applicationUrl" : " https://localhost:40443;http://localhost:40080" ,
18
+ "environmentVariables" : {
19
+ "ASPNETCORE_ENVIRONMENT" : " Development"
20
+ }
21
+ },
22
+ "IIS Express" : {
23
+ "commandName" : " IISExpress" ,
24
+ "launchBrowser" : true ,
25
+ "launchUrl" : " swagger" ,
26
+ "environmentVariables" : {
27
+ "ASPNETCORE_ENVIRONMENT" : " Development"
28
+ }
29
+ }
30
+ }
31
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://json.schemastore.org/launchsettings.json" ,
3
+ "iisSettings" : {
4
+ "windowsAuthentication" : false ,
5
+ "anonymousAuthentication" : true ,
6
+ "iisExpress" : {
7
+ "applicationUrl" : " http://localhost:40080" ,
8
+ "sslPort" : 40443
9
+ }
10
+ },
11
+ "profiles" : {
12
+ "MyBGList" : {
13
+ "commandName" : " Project" ,
14
+ "dotnetRunMessages" : true ,
15
+ "launchBrowser" : true ,
16
+ "launchUrl" : " swagger" ,
17
+ "applicationUrl" : " https://localhost:40443;http://localhost:40080" ,
18
+ "environmentVariables" : {
19
+ "ASPNETCORE_ENVIRONMENT" : " Development"
20
+ }
21
+ },
22
+ "IIS Express" : {
23
+ "commandName" : " IISExpress" ,
24
+ "launchBrowser" : true ,
25
+ "launchUrl" : " swagger" ,
26
+ "environmentVariables" : {
27
+ "ASPNETCORE_ENVIRONMENT" : " Development"
28
+ }
29
+ }
30
+ }
31
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://json.schemastore.org/launchsettings.json" ,
3
+ "iisSettings" : {
4
+ "windowsAuthentication" : false ,
5
+ "anonymousAuthentication" : true ,
6
+ "iisExpress" : {
7
+ "applicationUrl" : " http://localhost:40080" ,
8
+ "sslPort" : 40443
9
+ }
10
+ },
11
+ "profiles" : {
12
+ "MyBGList" : {
13
+ "commandName" : " Project" ,
14
+ "dotnetRunMessages" : true ,
15
+ "launchBrowser" : true ,
16
+ "launchUrl" : " swagger" ,
17
+ "applicationUrl" : " https://localhost:40443;http://localhost:40080" ,
18
+ "environmentVariables" : {
19
+ "ASPNETCORE_ENVIRONMENT" : " Development"
20
+ }
21
+ },
22
+ "IIS Express" : {
23
+ "commandName" : " IISExpress" ,
24
+ "launchBrowser" : true ,
25
+ "launchUrl" : " swagger" ,
26
+ "environmentVariables" : {
27
+ "ASPNETCORE_ENVIRONMENT" : " Development"
28
+ }
29
+ }
30
+ }
31
+ }
You can’t perform that action at this time.
0 commit comments