diff --git a/.env.example b/.env.example index f329dad..3c589de 100644 --- a/.env.example +++ b/.env.example @@ -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 diff --git a/odoo/odoo.conf b/odoo/odoo.conf index 1c0d456..c285553 100644 --- a/odoo/odoo.conf +++ b/odoo/odoo.conf @@ -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}