[IMP]OpenERP60 : add XMLRPCS Port

This commit is contained in:
Fabien BOURGEOIS 2018-05-01 06:52:25 +02:00
parent cfe416b63f
commit e542de7977

View File

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