diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-03-15 05:21:31 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-03-15 05:21:31 +0000 |
commit | b058034becbabad46381db6c2e1f588283fced26 (patch) | |
tree | c59bf613813320231e26e70288273488476ed303 /ledgersmb.conf.default | |
parent | 9846397cb1c8a1a9ac86a8a305de0b2af32f890d (diff) |
Adding ledgersmb.conf.default
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@908 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'ledgersmb.conf.default')
-rw-r--r-- | ledgersmb.conf.default | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/ledgersmb.conf.default b/ledgersmb.conf.default new file mode 100644 index 00000000..04aa3386 --- /dev/null +++ b/ledgersmb.conf.default @@ -0,0 +1,55 @@ +session : DB +logging : 0 + +# Set language for login and admin pages +language : + +# If you have LaTeX installed, set to 1 +latex : 1 + +# Maximum number of invoices that can be printed on a cheque +check_max_invoices : 5 + +[environment] +# If the server can't find applications, append to the path +PATH: /usr/local/pgsql/bin +PATH: /usr/local/bin + +# If on Mac OS X using Fink's Perl libs, append to the path +#PERL5LIB = /sw/lib/perl5 + +[paths] +# spool directory for batch printing +spool = spool +# path to user configuration files +userspath = users +# templates base directory +templates = templates +# images base directory +images = images +# member file +memberfile = users/members +localepath = locale/po + +[programs] +# program to use for file compression +gzip = gzip -S .gz + +[mail] +### How to send mail. The sendmail command is used unless smtphost is set. +sendmail = /usr/bin/sendmail -t +# smtphost = 127.0.0.1 +# smtptimeout = 60 + +[printers] +# Available printers +Laser = lpr -Plaser +Epson = lpr -PEpson + +[globaldb] +# These paramaters *must* be set correctly +# for LedgerSMB >= 1.2 to work +DBUserName = ledgersmb +DBPassword = set me to correct password +DBport: 5432 +DBName: Set me to your database name |