Also mentioning debug_mode and price_accuracy in config file (Closes: #513264).

bzr revid: p_christ@hol.gr-20090602171535-khmxn9ny0k2gnspk
This commit is contained in:
Daniel Baumann 2009-06-02 20:15:35 +03:00 committed by P. Christeas
parent 6c37935f29
commit 2050f67ef7
1 changed files with 7 additions and 3 deletions

View File

@ -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 =