Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
gfody committed Oct 16, 2020
1 parent 1c3b503 commit 48d09b0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions App/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<appSettings>
<!-- specify a remote instance to relay through, when set listenPrefix is ignored
if you're running the service or hosting a local IIS instance this can be ws://localhost
<add key="remoteHost" value="ws://fy.lc" />
<add key="remoteHost" value="ws://xkcd949.com" />
-->

<!-- specify your external hostname here to be used in place of your computer name in links
Expand All @@ -27,7 +27,4 @@
<!-- max concurrent connections for listener -->
<add key="maxConnections" value="8" />
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
</startup>
</configuration>

0 comments on commit 48d09b0

Please sign in to comment.