File tree 2 files changed +29
-1
lines changed
src/AspnetRunAngular.Api/Properties
2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ BenchmarkDotNet.Artifacts/
52
52
project.lock.json
53
53
project.fragment.lock.json
54
54
artifacts /
55
- ** / Properties / launchSettings.json
55
+
56
56
57
57
# StyleCop
58
58
StyleCopReport.xml
Original file line number Diff line number Diff line change
1
+ {
2
+ "iisSettings" : {
3
+ "windowsAuthentication" : false ,
4
+ "anonymousAuthentication" : true ,
5
+ "iisExpress" : {
6
+ "applicationUrl" : " http://localhost:64167/" ,
7
+ "sslPort" : 0
8
+ }
9
+ },
10
+ "profiles" : {
11
+ "IIS Express" : {
12
+ "commandName" : " IISExpress" ,
13
+ "launchBrowser" : true ,
14
+ "launchUrl" : " swagger" ,
15
+ "environmentVariables" : {
16
+ "ASPNETCORE_ENVIRONMENT" : " Development"
17
+ }
18
+ },
19
+ "AspnetRunAngular.Api" : {
20
+ "commandName" : " Project" ,
21
+ "launchBrowser" : true ,
22
+ "environmentVariables" : {
23
+ "ASPNETCORE_ENVIRONMENT" : " Development"
24
+ },
25
+ "applicationUrl" : " http://localhost:64168/"
26
+ }
27
+ }
28
+ }
You can’t perform that action at this time.
0 commit comments