Falsche sed-Anweisungen matchen nicht; keine temporären Dateien mit vorhersagbarem...
[kivitendo-erp.git] / config / lx_office.conf.default
1 [authentication]
2 # The cleartext password for access to the administrative part.  It
3 # can only be changed in this file, not via the administrative
4 # interface.
5 admin_password = admin123
6
7 # Which module to use for authentication. Valid values are 'DB' and
8 # 'LDAP'.  If 'LDAP' is used then users cannot change their password
9 # via Lx-Office.
10 module = DB
11
12 # The cookie name can be changed if desired.
13 cookie_name = lx_office_erp_session_id
14
15 # The number of minutes a session is valid. The default value is eight
16 # hours.
17 session_timeout = 480
18
19 [authentication/database]
20 # Connection information for the database with the user and group
21 # inforamtion.  This information is always needed, even if LDAP is
22 # used for authentication, as the user information is stored in this
23 # database while LDAP is only used for password verification.
24 #
25 # If 'module' is set to 'DB' then this database also contains the
26 # users' passwords.
27 host     = localhost
28 port     = 5432
29 db       = lxerp_auth
30 user     = postgres
31 password =
32
33 [authentication/ldap]
34 # This section is only relevant if 'module' is set to 'LDAP'. It names
35 # the LDAP server the passwords are verified against by doing a LDAP
36 # bind operation.
37 #
38 # At least the parameters 'host', 'attribute' and 'base_dn' have to be
39 # specified.
40 #
41 # tls:       Activate encryption via TLS
42 # attribute: Name of the LDAP attribute containing the user's login name
43 # base_dn:   Base DN the LDAP searches start from
44 # filter:    An optional LDAP filter specification. The string '<%login%>'
45 #            is replaced by the user's login name before the search is started.
46 # bind_dn and bind_password:
47 #            If searching the LDAP tree requires user credentials
48 #            (e.g. ActiveDirectory) then these two parameters specify
49 #            the user name and password to use.
50 host          = localhost
51 port          = 389
52 tls           = 0
53 attribute     = uid
54 base_dn       =
55 filter        =
56 bind_dn       =
57 bind_password =
58
59 [system]
60 # EUR: Einnahmen-Überschussrechnung (net income method). Set this to 1
61 # if your company uses the net income method and to 0 for balancing.
62 # Additional note in german: Sollversteuerung = 0; Istversteuerung = 1
63 eur = 1
64
65 # Set language for login and admin forms. Currently "de" (German),
66 # "de_DE" (new German) and "en" (English, not perfect) are available.
67 language = de
68
69 # The database charset. Must match the encoding of the database cluster you want to
70 # connect to. (Used on the shell command to create a database "pg_createcluster". Option "-e <encoding>".)
71 dbcharset = UTF-8
72
73 [features]
74 # Activate certain optional features and modules.
75 webdav = 0
76 lizenzen = 1
77 vertreter = 0
78
79 # Show fields used for the best before date
80 show_best_before = 0
81
82 ## Pictures for parts
83 # Show the picture in the part form
84 parts_show_image = 1
85 # Style the picture with the following CSS code:
86 parts_image_css = border:0;float:left;max-width:250px;margin-top:20px:margin-right:10px;margin-left:10px;
87 # Show the picture in the results when you search for parts
88 parts_listing_images = 0
89
90 [paths]
91 # path to temporary files (must be writeable by the web server)
92 userspath = users
93 # spool directory for batch printing
94 spool = spool
95 # templates base directory
96 templates = templates
97 # Path to the old memberfile (ignored on new installations)
98 memberfile = users/members
99
100 [applications]
101 # Location of sendmail
102 sendmail = /usr/sbin/sendmail -t<%if myconfig_email%> -f <%myconfig_email%><%end%>
103 # Location of OpenOffice.org writer
104 openofficeorg_writer = oowriter
105 # Location of the X virtual frame buffer used for OpenOffice
106 xvfb = Xvfb
107 # Location of the html2ps binary
108 html2ps = html2ps
109 # Location of the Ghostscript binary
110 ghostscript = gs
111 # Location of the pdflatex (or compatible, e.g. xetex) binary
112 latex = pdflatex
113 # Location of the two executables "pg_dump" and "pg_restore" used for
114 # database backup and restoration from the admin section.  If
115 # "pg_dump" or "pg_restore" is set to "DISABLED" then the
116 # corresponding option (backup/restoration) will be hidden from the
117 # admin section.
118 pg_dump = pg_dump
119 pg_restore = pg_restore
120
121 [environment]
122 # Add the following paths to the PATH environment variable.
123 path = /usr/local/bin:/usr/X11R6/bin:/usr/X11/bin
124 # Add the following paths to the PERL5LIB environment variable.
125 # "/sw/lib/perl5" is for Mac OS X with Fink's Perl.
126 lib = /sw/lib/perl5
127
128 [print_templates]
129 # If you have LaTeX installed set to 1
130 latex = 1
131 # Minimal support for Excel print templates
132 excel = 0
133 # Enable or disable support for OpenDocument print templates
134 opendocument = 1
135 # Chose whether or not OpenOffice should remain running after a
136 # conversion. If yes then the conversion of subsequent documents will
137 # be a lot faster. You need to have Python and the Python UNO bindings
138 # (part of OpenOffice) installed.
139 openofficeorg_daemon = 1
140 openofficeorg_daemon_port = 2002
141
142 [task_server]
143 # User name to use for database access
144 login =
145 # Set to 1 for debug messages in /tmp/lx-office-debug.log
146 debug = 1
147 # Chose a system user the daemon should run under when started as root.
148 run_as =
149
150 [periodic_invoices]
151 # The user name a report about the posted and printed invoices is sent
152 # to.
153 send_email_to  = mb
154 # The "From:" header for said email.
155 email_from     = Lx-Office Daemon <root@localhost>
156 # The subject for said email.
157 email_subject  = Benachrichtigung: automatisch erstellte Rechnungen
158 # The template file used for the email's body.
159 email_template = templates/webpages/oe/periodic_invoices_email.txt
160
161 [console]
162 # autologin to use if none is given
163 login =
164
165 # autorun lines will be executed after autologin.
166 # be warned that loading huge libraries will noticably lengthen startup time.
167 #autorun = require "bin/mozilla/common.pl";
168 #        = use English qw(-no_match_vars);
169 #        = use List::Util qw(min max);
170 #        = sub take { my $max = shift; my $r = ref($_[0]) eq 'ARRAY' ? $_[0] : \@_; return @{$r}[0..List::Util::min($max, scalar(@{$r})) - 1]; }
171
172 # location of history file for permanent history
173 history_file = users/console_history
174
175 # location of a separate log file for the console. everything normally written
176 # to the lx-office log will be put here if triggered from the console
177 log_file = /tmp/lxoffice_console_debug.log
178
179 [debug]
180 # Use DBIx::Log4perl for logging DBI calls. The string LXDEBUGFILE
181 # will be replaced by the file name configured for $::lxdebug.
182 dbix_log4perl = 0
183 dbix_log4perl_config = log4perl.logger = FATAL, LOGFILE
184                      = log4perl.appender.LOGFILE=Log::Log4perl::Appender::File
185                      = log4perl.appender.LOGFILE.filename=LXDEBUGFILE
186                      = log4perl.appender.LOGFILE.mode=append
187                      = log4perl.appender.LOGFILE.Threshold = ERROR
188                      = log4perl.appender.LOGFILE.layout=PatternLayout
189                      = log4perl.appender.LOGFILE.layout.ConversionPattern=[%r] %F %L %c - %m%n
190                      = log4perl.logger.DBIx.Log4perl=DEBUG, A1
191                      = log4perl.appender.A1=Log::Log4perl::Appender::File
192                      = log4perl.appender.A1.filename=LXDEBUGFILE
193                      = log4perl.appender.A1.mode=append
194                      = log4perl.appender.A1.layout=Log::Log4perl::Layout::PatternLayout
195                      = log4perl.appender.A1.layout.ConversionPattern=%d %p> %F{1}:%L %M - %m%n
196
197 # Activate certain global debug messages. If you want to combine
198 # several options then list them seperated by spaces.
199 #
200 # Possible values include:
201 #   NONE   - no debug output (default)
202 #   INFO
203 #   DEBUG1
204 #   DEBUG2
205 #   QUERY              - Dump SQL queries (only in legacy code; see also "dbix_log4perl" above)
206 #   TRACE              - Track function calls and returns
207 #   BACKTRACE_ON_ERROR - Print a function call backtrace when $form->error() is called
208 #   REQUEST_TIMER      - Log timing of HTTP requests
209 #   WARN               - warnings
210 #   ALL                - all possible debug messages
211 #
212 #   DEVEL              - sames as "INFO QUERY TRACE BACKTRACE_ON_ERROR REQUEST_TIMER"
213 #
214 # Example:
215 #   global_level = TRACE QUERY
216 global_level = NONE
217
218 # Activate monitoring of the content of $form. If it is active then
219 # monitoring can be turned on for certain variables with the
220 # following:
221 #   $form->{"Watchdog::<variable>"} = 1;
222 # Monitoring has a performance cost and is therefore deactivated by
223 # default.
224 watch_form = 0
225
226 # Include menu options for debugging in the HTML menu. Works only in
227 # FastCGI mode.
228 show_debug_menu = 0
229
230 # If you want to debug the creation of LaTeX files then set this to 1.
231 # That way the temporary LaTeX files created during PDF creation are
232 # not removed and remain in the "users" directory.
233 keep_temp_files = 0
234
235 # The file name where the debug messages are written to.
236 file_name = /tmp/lx-office-debug.log