From 567ba2d1640be888a56325ac3191f11b0c372ea3 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 10 Nov 2010 00:54:29 +0000 Subject: - do not hardcode the domainname ( for reusability ) --- modules/bugzilla/templates/localconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/bugzilla/templates') diff --git a/modules/bugzilla/templates/localconfig b/modules/bugzilla/templates/localconfig index 26536e5f..b29ba242 100644 --- a/modules/bugzilla/templates/localconfig +++ b/modules/bugzilla/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.mageia.org'; +$db_host = 'pgsql.<%= domain %>'; # The name of the database $db_name = 'bugs'; -- cgit v1.2.1