Merge pull request #988 from slingamn/recommended_port

use 8097 as the example websocket port
This commit is contained in:
Shivaram Lingamneni 2020-05-06 19:28:41 -07:00 committed by GitHub
commit 079719c57c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ server:
# tor: true # tor: true
# Example of a WebSocket listener: # Example of a WebSocket listener:
# ":4430": # ":8097":
# websocket: true # websocket: true
# tls: # tls:
# key: tls.key # key: tls.key

View File

@ -62,7 +62,7 @@ server:
# tor: true # tor: true
# Example of a WebSocket listener: # Example of a WebSocket listener:
# ":4430": # ":8097":
# websocket: true # websocket: true
# tls: # tls:
# key: tls.key # key: tls.key