This repository was archived by the owner on Aug 4, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-111
lines changed
src/Lithnet.Laps.Web/Lithnet.Laps.Web Expand file tree Collapse file tree 3 files changed +6
-111
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 306
306
<Content Include =" favicon.ico" />
307
307
<Content Include =" Global.asax" />
308
308
<Content Include =" Content\Site.css" />
309
- <Content Include =" ApplicationInsights.config" >
310
- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
311
- </Content >
312
309
<Content Include =" images\logo.png" />
313
310
<Content Include =" Scripts\bootstrap.bundle.js" />
314
311
<Content Include =" Scripts\bootstrap.bundle.min.js" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<configuration >
3
+
4
+ <!-- See the wiki page https://github.com/lithnet/laps-web/wiki/Configuration-settings for help configuring this application -->
5
+
3
6
<configSections >
4
7
<section name =" lithnet-laps" type =" Lithnet.Laps.Web.LapsConfigSection" />
5
8
<section name =" nlog" type =" NLog.Config.ConfigSectionHandler, NLog" />
23
26
</nlog >
24
27
25
28
26
- <appSettings file =" secrets.config" >
27
29
30
+ <appSettings file =" secrets.config" >
28
31
<!-- *** Windows auth configuration *** -->
29
32
<!-- Ensure that you configure IIS to use *Windows Authentication* and disable Anonymous Authentication -->
30
33
<add key =" owin:appStartup" value =" Lithnet.Laps.Web.Startup.ConfigureWindowsAuth" />
31
34
32
-
33
35
<!-- *** OpenID Connect configuration *** -->
34
36
<!-- Ensure that you configure IIS to use *Anonymous Authentication* and disable Windows Authentication -->
35
37
75
77
<rate-limit-ip enabled =" true" requestsPerMinute =" 5" requestsPerHour =" 50" requestsPerDay =" 100" rateLimitOnXffIP =" false" />
76
78
<rate-limit-user enabled =" true" requestsPerMinute =" 5" requestsPerHour =" 50" requestsPerDay =" 100" />
77
79
80
+ <!--
78
81
<targets>
79
82
<target name="OU=Server Management,DC=dev1,dc=local" type="Container" expire-after="02:00:00">
80
83
<audit emailOnSuccess="true" emailOnFailure="true" emailAddresses="server-admins@dev1.local"/>
89
92
</readers>
90
93
</target>
91
94
</targets>
95
+ -->
92
96
</lithnet-laps >
93
97
94
98
<system .web>
You can’t perform that action at this time.
0 commit comments