From 3ad50effa2b0caa4ee742ca6e30a70cbe1077878 Mon Sep 17 00:00:00 2001 From: christopherm Date: Fri, 3 Nov 2006 05:13:21 +0000 Subject: moving all user preferences into the central db. This will break current test installs or anyone running HEAD. Please see ledger-smb.conf. You will also need to create the central db (using Pg-central.sql) and set the admin user password (md5(something)). More info to be given on the legdger-smb-devel mailing list git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@479 4979c152-3d1c-0410-bac9-87ea11338e46 --- ledger-smb.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ledger-smb.conf') diff --git a/ledger-smb.conf b/ledger-smb.conf index 07072266..6166265d 100644 --- a/ledger-smb.conf +++ b/ledger-smb.conf @@ -12,7 +12,7 @@ PATH: /usr/local/pgsql/bin # These parameters *must* be set correctly for LedgerSMB >= 1.2 to work # [globaldb] -##uncomment and set these +##uncomment below and set to correct values #DBConnect: dbi:Pg:dbname=ledgersmb;host=localhost;port=5432 #DBUserName: ledgersmb -#DBPassword: password +#DBPassword: password -- cgit v1.2.3