diff options
author | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-11-15 00:08:36 +0000 |
---|---|---|
committer | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-11-15 00:08:36 +0000 |
commit | d1cba0d7c00d2deb57ae523839da946f5506f5ee (patch) | |
tree | f4c2e47f091fe4e6ae42e9de36677b0b38346a21 /bin | |
parent | 1448d112f2955099b7885f51de2f6b74628ad158 (diff) |
setting default dbhost to localhost
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@604 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/admin.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/admin.pl b/bin/admin.pl index b032b02b..53636f01 100755 --- a/bin/admin.pl +++ b/bin/admin.pl @@ -984,7 +984,7 @@ sub dbdriver_defaults { %driverdefaults = ( 'Pg' => { dbport => '', dbuser => 'ledger-smb', dbdefault => 'template1', - dbhost => '', + dbhost => 'localhost', connectstring => $locale->text('Connect to') } ); |