X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=config%2Fkivitendo.conf.default;h=5d6524bf898dee0808aba74dfab8a18dc43cb091;hb=e67ecbadebc7bfb147ea800bfd863604171502ce;hp=bb66bce4e5f391e009c6be0f808a4df3cc0e7641;hpb=9ac69514fec5d49a989f7489beaed480a42d217d;p=kivitendo-erp.git diff --git a/config/kivitendo.conf.default b/config/kivitendo.conf.default index bb66bce4e..5d6524bf8 100644 --- a/config/kivitendo.conf.default +++ b/config/kivitendo.conf.default @@ -6,16 +6,20 @@ admin_password = admin123 # Which module to use for authentication. Valid values are 'DB' and # 'LDAP'. If 'LDAP' is used then users cannot change their password -# via Lx-Office. +# via kivitendo. module = DB # The cookie name can be changed if desired. -cookie_name = lx_office_erp_session_id +cookie_name = kivitendo_session_id # The number of minutes a session is valid. The default value is eight # hours. session_timeout = 480 +# The number of seconds to penalize failed login attempts. 0 disables +# it. +failed_login_penalty = 5 + [authentication/database] # Connection information for the database with the user and group # inforamtion. This information is always needed, even if LDAP is @@ -26,7 +30,7 @@ session_timeout = 480 # users' passwords. host = localhost port = 5432 -db = lxerp_auth +db = kivitendo_auth user = postgres password = @@ -90,7 +94,7 @@ parts_image_css = border:0;float:left;max-width:250px;margin-top:20px:margin-rig parts_listing_images = 0 # Should payments be changeable after posting (0 = never; 1 = every time; 2 = on the same day) -payments_changeable = 1 +payments_changeable = 0 [paths] # path to temporary files (must be writeable by the web server) @@ -118,7 +122,7 @@ port = 25 # determines whether or not encryption is used and which kind. For # 'tls' the module 'Net::SMTP::TLS' is required; for 'ssl' # 'Net::SMTP::TLS' is required and 'none' only uses 'Net::SMTP'. -security = tls +security = none # Authentication is only used if 'login' is set. You should only use # that with 'tls' or 'ssl' encryption. login = @@ -167,7 +171,7 @@ openofficeorg_daemon_port = 2002 [task_server] # User name to use for database access login = -# Set to 1 for debug messages in /tmp/lx-office-debug.log +# Set to 1 for debug messages in /tmp/kivitendo-debug.log debug = 1 # Chose a system user the daemon should run under when started as root. run_as = @@ -177,7 +181,7 @@ run_as = # to. send_email_to = mb # The "From:" header for said email. -email_from = Lx-Office Daemon +email_from = kivitendo Daemon # The subject for said email. email_subject = Benachrichtigung: automatisch erstellte Rechnungen # The template file used for the email's body. @@ -212,15 +216,15 @@ email_template = templates/mail/self_test/status_mail.txt # you can enable this for each type of record independantly. # check when a sales invoice or a payment for a sales invoice is posted -check_on_sales_invoice = 0 +check_on_sales_invoice = 1 # check when a purchase invoice or a payment for a purchase invoice is posted -check_on_purchase_invoice = 0 +check_on_purchase_invoice = 1 # check when an ar transaction is posted -check_on_ar_transaction = 0 +check_on_ar_transaction = 1 # check when an ap transaction is posted -check_on_ap_transaction = 0 +check_on_ap_transaction = 1 # check when a gl transaction is posted -check_on_gl_transaction = 0 +check_on_gl_transaction = 1 # not implemented yet: #check_on_cash_and_receipt = 0 @@ -242,13 +246,13 @@ login = history_file = users/console_history # location of a separate log file for the console. everything normally written -# to the lx-office log will be put here if triggered from the console -log_file = /tmp/lxoffice_console_debug.log +# to the kivitendo log will be put here if triggered from the console +log_file = /tmp/kivitendo_console_debug.log [testing] # autologin to use if none is given -login = demo +login = myxplace_standard [debug] # Use DBIx::Log4perl for logging DBI calls. The string LXDEBUGFILE @@ -312,4 +316,4 @@ keep_temp_files = 0 restart_fcgi_process_on_changes = 0 # The file name where the debug messages are written to. -file_name = /tmp/lx-office-debug.log +file_name = /tmp/kivitendo-debug.log