diff options
Diffstat (limited to 'ledger-smb.conf')
-rw-r--r-- | ledger-smb.conf | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/ledger-smb.conf b/ledger-smb.conf index dd0c9f03..995e92fc 100644 --- a/ledger-smb.conf +++ b/ledger-smb.conf @@ -1,49 +1,10 @@ use vars qw($userspath $spool $memberfile $templates $sendmail $language $sid $latex %printer $gzip $GLOBALDBH); -################################# -# Global database parameters -################################# -# These parameters *must* be set correctly -# for LedgerSMB >= 1.2 to work -my $globalDBConnect = 'dbi:Pg:dbname=ledgersmb;host=localhost;port=5432'; -my $globalUserName = "ledgersmb"; -my $globalPassword = "set me to correct password"; - -#$GLOBALDBH = DBI->connect($globalDBConnect, $globalDBUserName, $globalDBPassword); - -# path to user configuration files -$userspath = "users"; - -# spool directory for batch printing -$spool = "spool"; - -# templates base directory -$templates = "templates"; - -# member file -$memberfile = "users/members"; - -# location of sendmail -$sendmail = "| /usr/sbin/sendmail -t"; - -# set language for login and admin -$language = ""; - -# Maximum number of invoices that can be printed on a check -$check_max_invoices = 5; - - -# if you have latex installed set to 1 -$latex = 1; - # available printers %printer = ( Laser => 'lpr -Plaser', Epson => 'lpr -PEpson', ); -# program to use for file compression -$gzip = "gzip -S .gz"; - # if the server can't find gzip, latex, dvips or pdflatex, add the path $ENV{PATH} .= ":/usr/local/bin:/usr/local/pgsql/bin"; |