X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=config%2Fkivitendo.conf.default;h=e6849a554e5cc41a1f029e8773b770ae1186df6e;hb=f775b88a24af70fd667683ee235adc2d450e83b9;hp=fcc3c49ac8f4f1d2c2ac98601852ee485db00070;hpb=9a578c8b55b857e41dffbaf844023efcbdd22ace;p=kivitendo-erp.git diff --git a/config/kivitendo.conf.default b/config/kivitendo.conf.default index fcc3c49ac..e6849a554 100644 --- a/config/kivitendo.conf.default +++ b/config/kivitendo.conf.default @@ -153,6 +153,17 @@ debug = 0 # Chose a system user the daemon should run under when started as root. run_as = +[task_server/notify_on_failure] +# If you want email notifications for failed jobs then set this to a +# kivitendo user (login) name. The subject can be changed as well. +send_email_to = +# The "From:" header for said email. +email_from = kivitendo Daemon +# The subject for said email. +email_subject = kivitendo Task-Server: Hintergrundjob fehlgeschlagen +# The template file used for the email's body. +email_template = templates/webpages/task_server/failure_notification_email.txt + [periodic_invoices] # The user name a report about the posted and printed invoices is sent # to. @@ -209,11 +220,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.