diff options
author | linuxpoet <linuxpoet@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-03-15 04:19:31 +0000 |
---|---|---|
committer | linuxpoet <linuxpoet@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-03-15 04:19:31 +0000 |
commit | 77df33bca3dc1bc30c354661bc950bd3f6c27b13 (patch) | |
tree | 8ff64c3263e7e19fe4a66955f833244125edbbea /ledger-smb.conf.default | |
parent | fa02f0b468381a011af23cf9dc95ae014f4f896a (diff) |
Mostly named changes to be more consistent with the project but also removed ledger-smb.conf.default as it appears replaced by LedgerSMB::Sysconfig (if I am wrong I apologize).
Also editing Sysconfig.pm and install.sh (does this need to be removed?) to address new conf files.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@906 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'ledger-smb.conf.default')
-rw-r--r-- | ledger-smb.conf.default | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/ledger-smb.conf.default b/ledger-smb.conf.default deleted file mode 100644 index a9fc86a8..00000000 --- a/ledger-smb.conf.default +++ /dev/null @@ -1,54 +0,0 @@ -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 -DBConnect = dbi:Pg:dbname=ledgersmb;host=localhost;port=5432 -DBUserName = ledgersmb -DBPassword = set me to correct password |