From 2050f67ef75c66eb56cfa0a77627685c6c004a17 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 2 Jun 2009 20:15:35 +0300 Subject: [PATCH] Also mentioning debug_mode and price_accuracy in config file (Closes: #513264). bzr revid: p_christ@hol.gr-20090602171535-khmxn9ny0k2gnspk --- debian/config/openerp-server.conf | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/debian/config/openerp-server.conf b/debian/config/openerp-server.conf index 16a30efb3b9..b6891d2646a 100644 --- a/debian/config/openerp-server.conf +++ b/debian/config/openerp-server.conf @@ -3,6 +3,7 @@ [options] # Enable the debugging mode (default False). verbose = False +debug_mode = False # The file where the server pid will be stored (default False). pidfile = /var/run/openerp.pid @@ -10,13 +11,13 @@ pidfile = /var/run/openerp.pid # The file where the server log will be stored (default False). logfile = /var/log/openerp.log +# The unix account on behalf openerp is running. +process_user = openerp + # The IP address on which the server will bind. # If empty, it will bind on all interfaces (default empty). interface = localhost -# The unix account on behalf openerp is running. -process_user = openerp - # The TCP port on which the server will listen (default 8069). port = 8070 @@ -49,3 +50,6 @@ db_host = # Specify the database port (default None). db_port = 5432 + +# Specify the price accuracy. +#price_accuracy =