aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla-dev
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bugzilla-dev')
-rwxr-xr-xmodules/bugzilla-dev/templates/localconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bugzilla-dev/templates/localconfig b/modules/bugzilla-dev/templates/localconfig
index a872e510..3fb874dc 100755
--- a/modules/bugzilla-dev/templates/localconfig
+++ b/modules/bugzilla-dev/templates/localconfig
@@ -43,7 +43,7 @@ $use_suexec = 0;
$db_driver = 'pg';
# The DNS name of the host that the database server runs on.
-$db_host = 'pgsql.<%= domain %>';
+$db_host = 'pg.<%= domain %>';
# The name of the database
$db_name = 'bugs-dev';