Merge branch 'master' of vc.linet-services.de:public/lx-office-erp
[kivitendo-erp.git] / config / lx_office.conf.default
index b0c3e66..5570baf 100644 (file)
@@ -60,7 +60,9 @@ bind_password =
 # EUR: Einnahmen-Überschussrechnung (net income method). Set this to 1
 # if your company uses the net income method and to 0 for balancing.
 # Additional note in german: Sollversteuerung = 0; Istversteuerung = 1
-eur = 1
+# !!out of use since 2.7!!
+# See doc/umstellung_eur.txt
+# eur = 0
 
 # Set language for login and admin forms. Currently "de" (German),
 # "de_DE" (new German) and "en" (English, not perfect) are available.
@@ -178,6 +180,11 @@ history_file = users/console_history
 # to the lx-office log will be put here if triggered from the console
 log_file = /tmp/lxoffice_console_debug.log
 
+[testing]
+
+# autologin to use if none is given
+login = demo
+
 [debug]
 # Use DBIx::Log4perl for logging DBI calls. The string LXDEBUGFILE
 # will be replaced by the file name configured for $::lxdebug.