From 101afd1a4ff2e26ce00ee508b02c4f727cddbcfc Mon Sep 17 00:00:00 2001 From: "P. Christeas" Date: Wed, 10 Dec 2008 22:49:49 +0200 Subject: [PATCH] Rearrange the server config file. bzr revid: p_christ@hol.gr-20081210204949-pujfjpa1ebv7w91d --- doc/openerp-server.conf | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/doc/openerp-server.conf b/doc/openerp-server.conf index bdc90a8a074..d103e948abf 100644 --- a/doc/openerp-server.conf +++ b/doc/openerp-server.conf @@ -1,9 +1,17 @@ [options] without_demo = True +; This is the password that allows database operations: +; admin_passwd = admin upgrade = False verbose = False +netrpc = True xmlrpc = True -db_user = False +port = 8069 +interface = +db_host = False +db_port = False +db_name = terp +db_user = tinyerp db_password = False ; Uncomment these for xml-rpc over SSL ; secure = True @@ -12,13 +20,6 @@ db_password = False root_path = None soap = False translate_modules = ['all'] -db_name = terp -netrpc = True demo = {} -interface = -db_host = False -db_port = False -port = 8069 addons_path = None reportgz = False -