false, // 'site_name' => 'My Site', // Docs: /admin/docs/matomo // 'matomo_url' => 'https://matomo.example.com/', // 'matomo_site_id' => '1', // Docs: /admin/docs/admin-auth — generate a hash with: // php -r "echo password_hash('yourpassword', PASSWORD_DEFAULT), PHP_EOL;" // or use the built-in /admin/password-hash form. // 'admin_username' => 'admin', // 'admin_password_hash' => '$2y$10$...', // Docs: /admin/docs/database — adds (or overrides) named Lib\Db // connections. This merges into db_connections by name rather than // replacing the whole map, so adding 'legacy' here doesn't require // repeating 'default' — see Lib\Db::config(). // 'db_connections' => [ // 'legacy' => [ // 'driver' => 'mysql', // 'host' => 'localhost', // 'port' => 3306, // 'database' => 'legacy_app', // 'username' => 'root', // 'password' => '...', // 'charset' => 'utf8mb4', // optional, defaults to utf8mb4 // 'migrations_dir' => __DIR__ . '/migrations/legacy', // optional // ], // ], ];