aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla-dev/templates/localconfig
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bugzilla-dev/templates/localconfig')
-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 169f55ed..a872e510 100755
--- a/modules/bugzilla-dev/templates/localconfig
+++ b/modules/bugzilla-dev/templates/localconfig
@@ -46,7 +46,7 @@ $db_driver = 'pg';
$db_host = 'pgsql.<%= domain %>';
# The name of the database
-$db_name = 'bugs';
+$db_name = 'bugs-dev';
# Who we connect to the database as.
$db_user = 'bugs';