From 54ae4eddc6e05a6819e3dbbd250684d39a9c8bee Mon Sep 17 00:00:00 2001 From: einhverfr Date: Tue, 10 Apr 2007 16:45:19 +0000 Subject: Fixing install documentation git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1055 4979c152-3d1c-0410-bac9-87ea11338e46 --- INSTALL | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 57d18bd8..e86d32af 100644 --- a/INSTALL +++ b/INSTALL @@ -100,9 +100,11 @@ b) Make sure to set the section under [globaldbh] to point to the central user and session database, using password MYROLEPASSWORD: [globaldb] -DBConnect: dbi:Pg:dbname=ledgersmb;host=localhost;port=5432 -DBUserName: ledgersmb -DBPassword: MYROLEPASSWORD +DBname = ledgersmb +DBhost = localhost +DBport = 5432 +DBUserName = ledgersmb +DBPassword = MYROLEPASSWORD 7) Add configuration to Apache: -- cgit v1.2.3