[IMP]OpenERP60 : add XMLRPCS Port

This commit is contained in:
Fabien BOURGEOIS 2018-05-01 06:52:25 +02:00
parent cfe416b63f
commit e542de7977
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ netrpc = True
netrpc_port = ${NETRPC_PORT:=8070}
xmlrpc = True
xmlrpc_port = ${XMLRPC_PORT:=8069}
xmlrpcs_port = ${XMLRPCS_PORT:=8071}
db_host = ${DB_HOST:=postgres}
db_port = ${DB_PORT:=5432}
db_user = $POSTGRES_USER