1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00
Radarr/NzbDrone/app.config

9 lines
230 B
Plaintext
Raw Normal View History

2010-09-23 05:19:47 +02:00
<?xml version="1.0"?>
<configuration>
2010-10-10 21:00:07 +02:00
<startup useLegacyV2RuntimeActivationPolicy="true">
2010-10-15 09:10:44 +02:00
<supportedRuntime version="v4.0" />
2010-10-10 21:00:07 +02:00
</startup>
2010-10-15 09:10:44 +02:00
<appSettings>
<add key="port" value="8981" />
</appSettings>
</configuration>