mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 23:29:19 +01:00
fixed 15 params
This commit is contained in:
@@ -196,7 +196,7 @@ DEBUG_INTERFACE=${HTTP_INTERFACE}
|
|||||||
HTTP_PORT=8069
|
HTTP_PORT=8069
|
||||||
DEBUG_PORT=8070
|
DEBUG_PORT=8070
|
||||||
XMLRPCS_PORT=8071
|
XMLRPCS_PORT=8071
|
||||||
GEVENT_PORT=8072
|
LONGPOLLING_PORT=8072
|
||||||
HTTP_ENABLE=True
|
HTTP_ENABLE=True
|
||||||
XMLRPCS=True
|
XMLRPCS=True
|
||||||
PROXY_MODE=True
|
PROXY_MODE=True
|
||||||
|
|||||||
@@ -64,8 +64,8 @@ xmlrpcs_interface = ${XMLRPCS_INTERFACE}
|
|||||||
; --xmlrpcs-port
|
; --xmlrpcs-port
|
||||||
xmlrpcs_port = ${XMLRPCS_PORT}
|
xmlrpcs_port = ${XMLRPCS_PORT}
|
||||||
|
|
||||||
; --gevent-port | --longpolling-port (deprecated)
|
; --longpolling-port
|
||||||
gevent_port = ${GEVENT_PORT}
|
longpolling_port = ${LONGPOLLING_PORT}
|
||||||
|
|
||||||
; --no-http | --no-xmlrpc
|
; --no-http | --no-xmlrpc
|
||||||
http_enable = ${HTTP_ENABLE}
|
http_enable = ${HTTP_ENABLE}
|
||||||
|
|||||||
Reference in New Issue
Block a user