mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Updated Exceptron driver to 0.1.0.30 to add support for severity.
This commit is contained in:
parent
7d5c0fed14
commit
aa2a3d997a
59 changed files with 26 additions and 32238 deletions
|
@ -125,8 +125,8 @@
|
|||
<virtualDirectory path="/" physicalPath="%NZBDRONE_PATH%\NZBDrone.Web" />
|
||||
</application>
|
||||
<bindings>
|
||||
<binding protocol="http" bindingInformation="*:8989:localhost" />
|
||||
<binding protocol="http" bindingInformation="*:8989:" />
|
||||
<binding protocol="http" bindingInformation="*:8980:localhost" />
|
||||
<binding protocol="http" bindingInformation="*:8980:" />
|
||||
</bindings>
|
||||
</site>
|
||||
<applicationDefaults applicationPool="IISExpressAppPool" />
|
||||
|
@ -698,8 +698,8 @@
|
|||
<system.webServer>
|
||||
<security>
|
||||
<authentication>
|
||||
<anonymousAuthentication enabled="true" />
|
||||
<windowsAuthentication enabled="false" />
|
||||
<anonymousAuthentication enabled="false" />
|
||||
<windowsAuthentication enabled="true" />
|
||||
</authentication>
|
||||
</security>
|
||||
</system.webServer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue