Skip to content

Commit

Permalink
change default db_host to one that works with mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanwh committed Dec 18, 2022
1 parent 54f100b commit a00fcd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bugzilla/Install/Localconfig.pm
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ use constant LOCALCONFIG_VARS => (
{name => 'webservergroup', default => \&_sensible_group,},
{name => 'use_suexec', default => 0,},
{name => 'db_driver', default => 'mysql',},
{name => 'db_host', default => 'localhost',},
{name => 'db_host', default => '127.0.0.1',},
{name => 'db_name', default => 'bugs',},
{

Expand Down

0 comments on commit a00fcd3

Please sign in to comment.