1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-19 10:54:05 +02:00
Sonarr/NzbDrone/app.config

9 lines
230 B
Plaintext
Raw Normal View History

2010-09-22 20:19:47 -07:00
<?xml version="1.0"?>
<configuration>
2010-10-10 12:00:07 -07:00
<startup useLegacyV2RuntimeActivationPolicy="true">
2010-10-15 00:10:44 -07:00
<supportedRuntime version="v4.0" />
2010-10-10 12:00:07 -07:00
</startup>
2010-10-15 00:10:44 -07:00
<appSettings>
2011-07-07 20:36:02 -07:00
<add key="port" value="8980" />
2010-10-15 00:10:44 -07:00
</appSettings>
</configuration>