[IMP]Odoo proxy mode should be true per default

This commit is contained in:
Fabien Bourgeois 2017-03-31 09:34:29 +02:00
parent a719005215
commit 3658302e37
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ db_maxconn = ${DB_MAXCONN:=10}
list_db = ${LIST_DB:=True}
xmlrpc_port = ${XMLRPC_PORT:=8069}
longpolling_port = ${LONGPOLLING_PORT:=8072}
proxy_mode = ${PROXY_MODE:=False}
proxy_mode = ${PROXY_MODE:=True}
workers = ${WORKERS:=1}
limit_time_cpu = ${LIMIT_TIME_CPU:=60}
limit_time_real = ${LIMIT_TIME_REAL:=120}