summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/admin.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/admin.pl b/bin/admin.pl
index 53636f01..109f9a9d 100755
--- a/bin/admin.pl
+++ b/bin/admin.pl
@@ -981,8 +981,8 @@ sub pgpp_database_administration {
sub dbdriver_defaults {
# load some defaults for the selected driver
- %driverdefaults = ( 'Pg' => { dbport => '',
- dbuser => 'ledger-smb',
+ %driverdefaults = ( 'Pg' => { dbport => '5432',
+ dbuser => '',
dbdefault => 'template1',
dbhost => 'localhost',
connectstring => $locale->text('Connect to')