diff options
author | linuxpoet <linuxpoet@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-04-11 02:42:46 +0000 |
---|---|---|
committer | linuxpoet <linuxpoet@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-04-11 02:42:46 +0000 |
commit | 87811c57704b824df0c73d6119272095ea03214f (patch) | |
tree | a316ff6e97e166452d61569ec0f360606c09000d | |
parent | 8a0858345a663bcab25b88713f4f3e34a1e9740f (diff) |
fixed INSTALL
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1062 4979c152-3d1c-0410-bac9-87ea11338e46
-rw-r--r-- | Changelog | 1 | ||||
-rw-r--r-- | INSTALL | 10 |
2 files changed, 10 insertions, 1 deletions
@@ -5,6 +5,7 @@ Changelog for 1.2.2 * Corrected sales tax display bug in order entry screen (Chris T) * Corrected database update unable to connect (Seneca) * Corrected login problems on 1.2.1 +* Corrected INSTALL for [GlobalDBH] (Joshua Drake) Changelog for LedgerSMB 1.2.1 * Modifed AM.pm to correctly use globals from ledgersmb.conf (Joshua Drake) @@ -100,12 +100,20 @@ b) Make sure to set the section under [globaldbh] to point to the central user and session database, using password MYROLEPASSWORD: [globaldb] +<<<<<<< .mine +DBname = ledgersmb +DBhost = localhost +DBport = 5432 +DBUserName = ledgersmb +DBPassword = <set me to correct password> + +======= DBname = ledgersmb DBhost = localhost DBport = 5432 DBUserName = ledgersmb DBPassword = MYROLEPASSWORD - +>>>>>>> .r1061 7) Add configuration to Apache: |