Files
nixpkgs/pkgs/by-name/ma/matomo/make-localhost-default-database-host.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
556 B
Diff
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
diff --git a/plugins/Installation/FormDatabaseSetup.php b/plugins/Installation/FormDatabaseSetup.php
index 97c7e74460..d70e83d155 100644
--- a/plugins/Installation/FormDatabaseSetup.php
+++ b/plugins/Installation/FormDatabaseSetup.php
@@ -96,7 +96,7 @@ class FormDatabaseSetup extends QuickForm2
$defaults = array(
- 'host' => '127.0.0.1',
+ 'host' => 'localhost',
'type' => $defaultDatabaseType,
'tables_prefix' => 'matomo_',
'schema' => 'Mysql',