Rearrange the server config file.

bzr revid: p_christ@hol.gr-20081210204949-pujfjpa1ebv7w91d
This commit is contained in:
P. Christeas 2008-12-10 22:49:49 +02:00
parent 281c7c980a
commit 101afd1a4f
1 changed files with 9 additions and 8 deletions

View File

@ -1,9 +1,17 @@
[options] [options]
without_demo = True without_demo = True
; This is the password that allows database operations:
; admin_passwd = admin
upgrade = False upgrade = False
verbose = False verbose = False
netrpc = True
xmlrpc = True xmlrpc = True
db_user = False port = 8069
interface =
db_host = False
db_port = False
db_name = terp
db_user = tinyerp
db_password = False db_password = False
; Uncomment these for xml-rpc over SSL ; Uncomment these for xml-rpc over SSL
; secure = True ; secure = True
@ -12,13 +20,6 @@ db_password = False
root_path = None root_path = None
soap = False soap = False
translate_modules = ['all'] translate_modules = ['all']
db_name = terp
netrpc = True
demo = {} demo = {}
interface =
db_host = False
db_port = False
port = 8069
addons_path = None addons_path = None
reportgz = False reportgz = False