fixed 15 params

This commit is contained in:
yhaelopez
2023-12-12 20:22:12 -07:00
parent 566c52813a
commit 235b727525
2 changed files with 3 additions and 3 deletions

View File

@@ -196,7 +196,7 @@ DEBUG_INTERFACE=${HTTP_INTERFACE}
HTTP_PORT=8069
DEBUG_PORT=8070
XMLRPCS_PORT=8071
GEVENT_PORT=8072
LONGPOLLING_PORT=8072
HTTP_ENABLE=True
XMLRPCS=True
PROXY_MODE=True

View File

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