summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: