From 6a7e49e39b53202fd6e848e6590372645285d8ac Mon Sep 17 00:00:00 2001 From: christopherm Date: Tue, 31 Oct 2006 19:27:18 +0000 Subject: putting global db parameters into ledger-smb.conf file, updating LedgerSMB::Sysconfig. Lines are commented out so to not break current testing and development git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@426 4979c152-3d1c-0410-bac9-87ea11338e46 --- ledger-smb.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ledger-smb.conf') diff --git a/ledger-smb.conf b/ledger-smb.conf index 737dc901..07072266 100644 --- a/ledger-smb.conf +++ b/ledger-smb.conf @@ -6,3 +6,13 @@ PATH: /usr/local/pgsql/bin # on mac os X using Fink's Perl libs, add the path #PERL5LIB: /sw/lib/perl5 +################################# +# Global database parameters +################################# +# These parameters *must* be set correctly for LedgerSMB >= 1.2 to work +# +[globaldb] +##uncomment and set these +#DBConnect: dbi:Pg:dbname=ledgersmb;host=localhost;port=5432 +#DBUserName: ledgersmb +#DBPassword: password -- cgit v1.2.3