Merge branch 'rb-wiederkehrende-rechnungen' into 263
[kivitendo-erp.git] / config / lx_office.conf.default
1 [task_server]
2 # User name to use for database access
3 login = mb
4 # Set to 1 for debug messages in /tmp/lx-office-debug.log
5 debug = 1
6 # Chose a system user the daemon should run under when started as root.
7 run_as =
8
9 [periodic_invoices]
10 # The user name a report about the posted and printed invoices is sent
11 # to.
12 send_email_to  = login
13 # The "From:" header for said email.
14 email_from     = Lx-Office Daemon <root@localhost>
15 # The subject for said email.
16 email_subject  = Benachrichtigung: automatisch erstellte Rechnungen
17 # The template file used for the email's body.
18 email_template = templates/webpages/oe/periodic_invoices_email.txt
19
20 [Console]
21 # autologin to use if none is given
22 login = demo
23
24 # autorun lines will be executed after autologin.
25 # be warned that loading huge libraries will noticably lengthen startup time.
26 #autorun = use SL::Module
27 #        = use SL::Other::Module
28
29 # location of history file for permanent history
30 history_file = users/console_history
31
32 [debug]
33 # Use DBIx::Log4perl for logging DBI calls. The string LXDEBUGFILE
34 # will be replaced by the file name configured for $::lxdebug.
35 dbix_log4perl = 0
36 dbix_log4perl_config = log4perl.logger = FATAL, LOGFILE
37                      = log4perl.appender.LOGFILE=Log::Log4perl::Appender::File
38                      = log4perl.appender.LOGFILE.filename=LXDEBUGFILE
39                      = log4perl.appender.LOGFILE.mode=append
40                      = log4perl.appender.LOGFILE.Threshold = ERROR
41                      = log4perl.appender.LOGFILE.layout=PatternLayout
42                      = log4perl.appender.LOGFILE.layout.ConversionPattern=[%r] %F %L %c - %m%n
43                      = log4perl.logger.DBIx.Log4perl=DEBUG, A1
44                      = log4perl.appender.A1=Log::Log4perl::Appender::File
45                      = log4perl.appender.A1.filename=LXDEBUGFILE
46                      = log4perl.appender.A1.mode=append
47                      = log4perl.appender.A1.layout=Log::Log4perl::Layout::PatternLayout
48                      = log4perl.appender.A1.layout.ConversionPattern=%d %p> %F{1}:%L %M - %m%n