mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
websocket is our default port/connection (#5679)
This commit is contained in:
parent
4a0e0ed954
commit
1f0846297f
6 changed files with 8 additions and 9 deletions
|
|
@ -9,7 +9,7 @@ from pypb.event_server_identification_pb2 import Event_ServerIdentification as S
|
|||
from pypb.response_pb2 import Response
|
||||
|
||||
HOST = "localhost"
|
||||
PORT = 4747
|
||||
PORT = 4748
|
||||
|
||||
CMD_ID = 1
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,8 @@ id=1
|
|||
|
||||
host=any
|
||||
|
||||
; The TCP port number servatrice will listen on for clients; default is 4747
|
||||
; The TCP port number Servatrice will listen on for clients; default is 4747;
|
||||
; Will be removed in the future, use websocket connection instead
|
||||
port=4747
|
||||
|
||||
; Servatrice can scale up to serve big number of users using more than one parallel thread of execution;
|
||||
|
|
@ -421,7 +422,7 @@ enable_forgotpassword_audit=true
|
|||
; "servers" table of the database. Default is 0 (disabled)
|
||||
active=0
|
||||
|
||||
; The TCP port number servatrice will listen on for other servers; default is 14747
|
||||
; The TCP port number Servatrice will listen on for other servers; default is 14747
|
||||
port=14747
|
||||
|
||||
; Server-to-server communication needs a valid certificate in PEM format. Enter its filename in this setting
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue