Fixed port, added broken parser test

This commit is contained in:
kay.one 2011-08-28 10:43:01 -07:00
commit 52e6d09325
2 changed files with 2 additions and 1 deletions

View file

@ -125,7 +125,7 @@
<virtualDirectory path="/" physicalPath="%NZBDRONE_PATH%\NZBDrone.Web" />
</application>
<bindings>
<binding protocol="http" bindingInformation="*:8980:" />
<binding protocol="http" bindingInformation="*:8989:" />
</bindings>
</site>
<applicationDefaults applicationPool="IISExpressAppPool" />