Update information for the websocket.port property
This commit is contained in:
parent
2d520e2ceb
commit
dd67a7e22e
1 changed files with 3 additions and 3 deletions
|
|
@ -48,9 +48,9 @@ fingerprint = ''
|
||||||
|
|
||||||
|
|
||||||
[websocket]
|
[websocket]
|
||||||
# The port the websocket server should run on. This must also be duplicated
|
# The port the websocket server should run on. This is the port that you will
|
||||||
# into the `main.js` file within the `web` folder so that the client attempts
|
# need to target for the web server's reverse proxy, or the specific URI in the
|
||||||
# to connect to the correct port on the server.
|
# web code itself.
|
||||||
port = 8081
|
port = 8081
|
||||||
|
|
||||||
# The hostnames (and protocols) that are allowed to connect to the server. For
|
# The hostnames (and protocols) that are allowed to connect to the server. For
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue