mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 15:19:22 +01:00
fixed 15 params
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user