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

Changed back to port 8989.

This commit is contained in:
Mark McDowall 2011-08-22 22:51:05 -07:00
parent 2640191cdf
commit 322767c3f3

View File

@ -4,6 +4,6 @@
<supportedRuntime version="v4.0" />
</startup>
<appSettings>
<add key="port" value="8980" />
<add key="port" value="8989" />
</appSettings>
</configuration>