This commit is contained in:
Yhael S
2023-05-10 01:34:55 -05:00
parent be46ba8b75
commit 45d19223c7
7 changed files with 227 additions and 170 deletions

View File

@@ -25,6 +25,7 @@ PGADMIN_DOMAIN=pgadmin.odoo.test
PGADMIN_PASSWORD=${DB_PASSWORD}
LOAD_LANGUAGE=en_US
DEV_MODE=False
DEBUG_MODE=False
#------------------------------#
# Project Configurations #
@@ -68,9 +69,12 @@ DATA_DIR=/var/lib/odoo
# HTTP
HTTP_INTERFACE=0.0.0.0
HTTP_PORT=8069
XMLRPCS_INTERFACE=0.0.0.0
XMLRPCS_PORT=8071
GEVENT_PORT=8072
LONGPOLLING_PORT=0
HTTP_ENABLE=True
XMLRPCS=True
PROXY_MODE=True
X_SENDFILE=False
@@ -124,6 +128,7 @@ DBFILTER=.*
# Advanced options
DEV_MODE=${DEV_MODE}
DEBUG_MODE=${DEBUG_MODE}
SHELL_INTERFACE=ptpython
STOP_AFTER_INIT=False
OSV_MEMORY_COUNT_LIMIT=False