1session : DB 2logging : 0 3 4# Set language for login and admin pages 5language : 6 7# If you have LaTeX installed, set to 1 8latex : 1 9 10# Maximum number of invoices that can be printed on a cheque 11check_max_invoices : 5 12 13# Maximum POST size to prevent DoS (4MB default) 14max_post_size : 4194304 15 16[environment] 17# If the server can't find applications, append to the path 18PATH: /usr/local/pgsql/bin 19PATH: /usr/local/bin 20 21# If on Mac OS X using Fink's Perl libs, append to the path 22#PERL5LIB = /sw/lib/perl5 23 24[paths] 25# spool directory for batch printing 26spool = spool 27# templates base directory 28templates = templates 29localepath = locale/po 30 31[programs] 32# program to use for file compression 33gzip = gzip -S .gz 34 35[mail] 36### How to send mail. The sendmail command is used unless smtphost is set. 37sendmail = /usr/bin/sendmail -t 38# smtphost = 127.0.0.1 39# smtptimeout = 60 40 41[printers] 42# Available printers 43Laser = lpr -Plaser 44Epson = lpr -PEpson 45 46[globaldb] 47# These paramaters *must* be set correctly 48# for LedgerSMB >= 1.2 to work 49DBname = ledgersmb 50DBhost = localhost 51DBport = 5432 52DBUserName = ledgersmb 53DBPassword = set me to correct password 54