mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-18 21:55:12 -04:00
613a49c3ea
Fixed some issues with root folder and settings controller
9 lines
230 B
XML
9 lines
230 B
XML
<?xml version="1.0"?>
|
|
<configuration>
|
|
<startup useLegacyV2RuntimeActivationPolicy="true">
|
|
<supportedRuntime version="v4.0" />
|
|
</startup>
|
|
<appSettings>
|
|
<add key="port" value="8111" />
|
|
</appSettings>
|
|
</configuration> |