summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 5 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 0a4f852e..f90ec25b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -305,9 +305,11 @@ DBConnect: dbi:Pg:dbname=ledgersmb;host=localhost;port=5432
And that section of ledger-smb.conf looks like:
[globaldb]
-DBConnect: dbi:Pg:dbname=ledgersmb;host=localhost;port=5432
-DBUserName: ledgersmb
-DBPassword: MYROLEPASSWORD
+DBname = ledgersmb
+DBhost = localhost
+DBport = 5432
+DBUserName = ledgersmb
+DBPassword = MYROLEPASSWORD
OTHER ISSUES: