summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-04-10 16:45:19 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-04-10 16:45:19 +0000
commit54ae4eddc6e05a6819e3dbbd250684d39a9c8bee (patch)
tree513497396a360f0e2a464d70d7833773384dfb55 /INSTALL
parent097ed43a371a573c48e5342700e7971fd2c5978a (diff)
Fixing install documentation
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1055 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files 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: