From 68c880cc4f14f058680cd22695f8d689d24bb8a3 Mon Sep 17 00:00:00 2001 From: "P. Christeas" Date: Sun, 21 Dec 2008 12:44:54 +0200 Subject: [PATCH] Conf: don't define the db_name, fix crash on new startup. bzr revid: p_christ@hol.gr-20081221104454-awuvhajofafadcr4 --- doc/openerp-server.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/openerp-server.conf b/doc/openerp-server.conf index d103e948abf..1c9bdcb77ca 100644 --- a/doc/openerp-server.conf +++ b/doc/openerp-server.conf @@ -10,7 +10,9 @@ port = 8069 interface = db_host = False db_port = False -db_name = terp +; Please uncomment the following line *after* you have created the +; database. It activates the auto module check on startup. +; db_name = terp db_user = tinyerp db_password = False ; Uncomment these for xml-rpc over SSL