File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dlldata.c
46
46
project.lock.json
47
47
project.fragment.lock.json
48
48
artifacts /
49
- ** /Properties /launchSettings.json
49
+ # **/Properties/launchSettings.json
50
50
51
51
* _i.c
52
52
* _p.c
Original file line number Diff line number Diff line change
1
+ {
2
+ "iisSettings" : {
3
+ "windowsAuthentication" : false ,
4
+ "anonymousAuthentication" : true ,
5
+ "iis" : {
6
+ "applicationUrl" : " http://localhost/AngularASPNETCore2WebApiAuth" ,
7
+ "sslPort" : 0
8
+ },
9
+ "iisExpress" : {
10
+ "applicationUrl" : " http://localhost:5000" ,
11
+ "sslPort" : 0
12
+ }
13
+ },
14
+ "profiles" : {
15
+ "IIS Express" : {
16
+ "commandName" : " Project" ,
17
+ "launchBrowser" : true ,
18
+ "environmentVariables" : {
19
+ "ASPNETCORE_ENVIRONMENT" : " Development"
20
+ },
21
+ "applicationUrl" : " http://localhost:5000"
22
+ },
23
+ "AngularASPNETCore2WebApiAuth" : {
24
+ "commandName" : " Project" ,
25
+ "launchBrowser" : true ,
26
+ "environmentVariables" : {
27
+ "ASPNETCORE_ENVIRONMENT" : " Development"
28
+ },
29
+ "applicationUrl" : " http://localhost:5000"
30
+ }
31
+ }
32
+ }
You can’t perform that action at this time.
0 commit comments