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 -