X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/9a578c8b55b857e41dffbaf844023efcbdd22ace..ea8e8a62:/config/kivitendo.conf.default diff --git a/config/kivitendo.conf.default b/config/kivitendo.conf.default index fcc3c49ac..0005aba59 100644 --- a/config/kivitendo.conf.default +++ b/config/kivitendo.conf.default @@ -209,11 +209,17 @@ history_file = users/console_history log_file = /tmp/kivitendo_console_debug.log [testing] -# Automatic login will only work if both "client" and "login" are -# given. "client" can be a client's database ID or its name. "login" -# is simply a user's login name. -client = -login = + +# Several tests need a database they can alter data in freely. This +# database will be dropped & created before any other test is run. The +# following parameters must be given: +[testing/database] +host = localhost +port = 5432 +db = +user = postgres +password = +template = template1 [devel] # Several settings related to the development of kivitendo.