changed /longpolling url to /websocket and longpolling_port to gevent_port

This commit is contained in:
Yhael S
2023-08-29 03:22:11 -05:00
parent e04a64d952
commit cb0e40d74f
4 changed files with 12 additions and 10 deletions

View File

@@ -64,8 +64,9 @@ xmlrpcs_interface = {XMLRPCS_INTERFACE}
; --xmlrpcs-port
xmlrpcs_port = {XMLRPCS_PORT}
; --longpolling_port
longpolling_port = {LONGPOLLING_PORT}
; --gevent-port | --longpolling_port (deprecated)
gevent_port = {GEVENT_PORT}
longpolling_port = False
; --no-http | --no-xmlrpc
http_enable = {HTTP_ENABLE}