10cf54c67450a81156712122842b7041dd5f2f4c
[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