From dd67a7e22eeee3e1e9e4f8291378ee402f00ba6c Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sat, 9 Jan 2021 15:01:13 -0700 Subject: [PATCH] Update information for the websocket.port property --- server/template.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/template.toml b/server/template.toml index 81a57ec..2d85d90 100644 --- a/server/template.toml +++ b/server/template.toml @@ -48,9 +48,9 @@ fingerprint = '' [websocket] -# The port the websocket server should run on. This must also be duplicated -# into the `main.js` file within the `web` folder so that the client attempts -# to connect to the correct port on the server. +# The port the websocket server should run on. This is the port that you will +# need to target for the web server's reverse proxy, or the specific URI in the +# web code itself. port = 8081 # The hostnames (and protocols) that are allowed to connect to the server. For