websocket is our default port/connection (#5679)

This commit is contained in:
tooomm
2025-03-15 02:43:11 +01:00
committed by GitHub
parent 4a0e0ed954
commit 1f0846297f
6 changed files with 8 additions and 9 deletions

View File

@@ -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

View File

@@ -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