Merge remote branch 'refs/remotes/kirana/after-262'
[kivitendo-erp.git] / config / lx_office.conf.default
index dfaf17c..ff5e97b 100644 (file)
@@ -82,7 +82,7 @@ openofficeorg_daemon_port = 2002
 
 [task_server]
 # User name to use for database access
-login = mb
+login =
 # Set to 1 for debug messages in /tmp/lx-office-debug.log
 debug = 1
 # Chose a system user the daemon should run under when started as root.
@@ -101,16 +101,14 @@ email_template = templates/webpages/oe/periodic_invoices_email.txt
 
 [console]
 # autologin to use if none is given
-login = mb
+login =
 
 # autorun lines will be executed after autologin.
 # be warned that loading huge libraries will noticably lengthen startup time.
-autorun = require "bin/mozilla/common.pl";
-        = use English qw(-no_match_vars);
-        = use List::Util qw(min max);
-        = use Sort::Naturally;
-        = my ($a, $b, $e, $f, @a1, @a2, %h);
-        = sub take { my $max = shift; my $r = ref($_[0]) eq 'ARRAY' ? $_[0] : \@_; return @{$r}[0..List::Util::min($max, scalar(@{$r})) - 1]; }
+#autorun = require "bin/mozilla/common.pl";
+#        = use English qw(-no_match_vars);
+#        = use List::Util qw(min max);
+#        = sub take { my $max = shift; my $r = ref($_[0]) eq 'ARRAY' ? $_[0] : \@_; return @{$r}[0..List::Util::min($max, scalar(@{$r})) - 1]; }
 
 # location of history file for permanent history
 history_file = users/console_history