Skip to content
Snippets Groups Projects
Commit 2050f67e authored by Daniel Baumann's avatar Daniel Baumann Committed by P. Christeas
Browse files

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

bzr revid: p_christ@hol.gr-20090602171535-khmxn9ny0k2gnspk
parent 6c37935f
No related branches found
No related tags found
No related merge requests found
......@@ -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 =
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment