[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [1055] branches/1.2/INSTALL



Revision: 1055
          http://svn.sourceforge.net/ledger-smb/?rev=1055&view=rev
Author:   einhverfr
Date:     2007-04-10 09:45:19 -0700 (Tue, 10 Apr 2007)

Log Message:
-----------
Fixing install documentation

Modified Paths:
--------------
    branches/1.2/INSTALL

Modified: branches/1.2/INSTALL
===================================================================
--- branches/1.2/INSTALL	2007-04-10 00:08:34 UTC (rev 1054)
+++ branches/1.2/INSTALL	2007-04-10 16:45:19 UTC (rev 1055)
@@ -100,9 +100,11 @@
 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:


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.