X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=config%2Fkivitendo.conf.default;h=219896c4d90ce44321bd9a550ee5aa881d580d2a;hb=0ebb8f829ac2d23b65e8d993c7d03aa0b172b637;hp=4bcae08df687cee32e5fa8a5d4650cfb4a639cc2;hpb=adbc100a920bc6b60a371067170b31640d3e353d;p=kivitendo-erp.git diff --git a/config/kivitendo.conf.default b/config/kivitendo.conf.default index 4bcae08df..219896c4d 100644 --- a/config/kivitendo.conf.default +++ b/config/kivitendo.conf.default @@ -64,6 +64,10 @@ bind_password = # Set language for login and admin forms. Currently "de" (German) # and "en" (English, not perfect) are available. language = de +# MassPrint Timeout +# must be less than cgi timeout +# +massprint_timeout = 30 # Set default_manager for admin forms. Currently "german" # and "swiss" are available. @@ -93,6 +97,16 @@ spool = spool templates = templates # Path to the old memberfile (ignored on new installations) memberfile = users/members +# Path to ELSTER geierlein webserver path inside kivitendo +# (must be inside kivitendo but you can set an ALIAS for apache/oe +# if set the export to geierlein is enabled +# geierlein_path = geierlein + +# +# document path for FileSystem FileManagement: +# (must be reachable read/write but not executable from webserver) +# document_path = /var/local/kivi_documents +# [mail_delivery] # Delivery method can be 'sendmail' or 'smtp'. For 'method = sendmail' the @@ -242,12 +256,14 @@ log_file = /tmp/kivitendo_console_debug.log # database will be dropped & created before any other test is run. The # following parameters must be given: [testing/database] -host = localhost -port = 5432 -db = -user = postgres -password = -template = template1 +host = localhost +port = 5432 +db = +user = postgres +password = +template = template1 +superuser_user = postgres +superuser_password = [devel] # Several settings related to the development of kivitendo. @@ -276,7 +292,7 @@ dbix_log4perl_config = log4perl.logger = FATAL, LOGFILE = log4perl.appender.A1.layout.ConversionPattern=%d %p> %F{1}:%L %M - %m%n # Activate certain global debug messages. If you want to combine -# several options then list them seperated by spaces. +# several options then list them separated by spaces. # # Possible values include: # NONE - no debug output (default) @@ -290,6 +306,8 @@ dbix_log4perl_config = log4perl.logger = FATAL, LOGFILE # REQUEST - Log each request. Careful! Passwords get filtered, but # there may be confidential information being logged here # WARN - warnings +# SHOW_CALLER - include the file name & line number from where a call +# to "message" or "dump" was called # ALL - all possible debug messages # # DEVEL - sames as "INFO QUERY TRACE BACKTRACE_ON_ERROR REQUEST_TIMER" @@ -352,3 +370,5 @@ dial_command = external_prefix = 0 # The prefix for international calls (numbers starting with +). international_dialing_prefix = 00 +# Our own country code +our_country_code = 49