From 677b23090b81f2dd4fff2f1647991975abb10e8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Thu, 23 Mar 2017 21:46:44 +0100 Subject: Fix database name --- modules/bugzilla-dev/templates/localconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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'; -- cgit v1.2.1