mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 00:34:37 +02:00
fixed a bunch of things. added basic support for file scanning. logs are now avilable in the UI
This commit is contained in:
15
IISExpress/config/redirection.config
Normal file
15
IISExpress/config/redirection.config
Normal file
@@ -0,0 +1,15 @@
|
||||
<configuration>
|
||||
|
||||
<configSections>
|
||||
<section name="configurationRedirection" />
|
||||
</configSections>
|
||||
|
||||
<configProtectedData>
|
||||
<providers>
|
||||
<add name="IISRsaProvider" type="" description="Uses RsaCryptoServiceProvider to encrypt and decrypt" keyContainerName="iisConfigurationKey" cspProviderName="" useMachineContainer="true" useOAEP="false" />
|
||||
</providers>
|
||||
</configProtectedData>
|
||||
|
||||
<configurationRedirection />
|
||||
|
||||
</configuration>
|
Reference in New Issue
Block a user