mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
fixed a bunch of things. added basic support for file scanning. logs are now avilable in the UI
This commit is contained in:
@@ -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