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

@@ -6,7 +6,7 @@ APP_ENV=local
INIT=
UPDATE=
LOAD=base,web
WORKERS=0
WORKERS=2
DEV_MODE=reload,qweb
DOMAIN=erp.odoocker.test
@@ -64,7 +64,7 @@ PROJECT_NAME=odoocker
SUPPORT_EMAIL=mail@example.com
# Containers' Tags
ODOO_TAG=15.0
ODOO_TAG=16.0
POSTGRES_TAG=15.4
NGINX_TAG=1.25.2
NGINX_PROXY_TAG=1.3.1
@@ -113,7 +113,7 @@ DEBUG_INTERFACE=${HTTP_INTERFACE}
HTTP_PORT=8069
DEBUG_PORT=8070
XMLRPCS_PORT=8071
LONGPOLLING_PORT=8072
GEVENT_PORT=8072
HTTP_ENABLE=True
XMLRPCS=True
PROXY_MODE=True