Rearrange the server config file.
authorP. Christeas <p_christ@hol.gr>
Wed, 10 Dec 2008 20:49:49 +0000 (22:49 +0200)
committerP. Christeas <p_christ@hol.gr>
Wed, 10 Dec 2008 20:49:49 +0000 (22:49 +0200)
bzr revid: p_christ@hol.gr-20081210204949-pujfjpa1ebv7w91d

doc/openerp-server.conf

index bdc90a8..d103e94 100644 (file)
@@ -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
-