diff --git a/framework/core/src/Install/Console/DefaultsDataProvider.php b/framework/core/src/Install/Console/DefaultsDataProvider.php index e34235404..c14d3aabd 100644 --- a/framework/core/src/Install/Console/DefaultsDataProvider.php +++ b/framework/core/src/Install/Console/DefaultsDataProvider.php @@ -18,12 +18,12 @@ class DefaultsDataProvider implements DataProviderInterface 'host' => 'localhost', 'database' => 'flarum', 'username' => 'root', - 'password' => 'root', + 'password' => '', 'prefix' => '', 'port' => '3306', ]; - protected $baseUrl = 'http://flarum.dev'; + protected $baseUrl = 'http://flarum.local'; protected $adminUser = [ 'username' => 'admin',