SABnzbd: set https port to 8081 because of conflicts with XBMC's port

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-01-23 00:36:52 +01:00
parent 602b38d849
commit 08aa33a81e
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<name replace-wildcards="yes">SABnzbd Server on %h (secured)</name> <name replace-wildcards="yes">SABnzbd Server on %h (secured)</name>
<service> <service>
<type>_http._tcp</type> <type>_http._tcp</type>
<port>9090</port> <port>8081</port>
<txt-record>path=/index.html</txt-record> <txt-record>path=/index.html</txt-record>
</service> </service>
</service-group> </service-group>

View File

@ -1,7 +1,7 @@
__version__ = 18 __version__ = 18
[misc] [misc]
queue_complete = "" queue_complete = ""
https_port = 9090 https_port = 8081
folder_rename = 1 folder_rename = 1
allow_64bit_tools = 1 allow_64bit_tools = 1
rss_rate = 60 rss_rate = 60