mirror of
https://github.com/Radarr/Radarr
synced 2024-12-26 01:38:24 +00:00
c8a8fb4d62
Added basic support for file scan Major redactor of ReportTitle/File parsing Updated Ninject/Ninject.MVC Removed dependency from Microsoft.Web.Administration reactored Episode repository structure
9 lines
No EOL
230 B
XML
9 lines
No EOL
230 B
XML
<?xml version="1.0"?>
|
|
<configuration>
|
|
<startup useLegacyV2RuntimeActivationPolicy="true">
|
|
<supportedRuntime version="v4.0" />
|
|
</startup>
|
|
<appSettings>
|
|
<add key="port" value="8989" />
|
|
</appSettings>
|
|
</configuration> |