mirror of
https://github.com/flarum/core.git
synced 2025-07-21 08:41:17 +02:00
Fix default database name
This commit is contained in:
@@ -15,7 +15,7 @@ class DefaultData implements ProvidesData
|
||||
protected $databaseConfiguration = [
|
||||
'driver' => 'mysql',
|
||||
'host' => 'localhost',
|
||||
'database' => 'flarum_console',
|
||||
'database' => 'flarum',
|
||||
'username' => 'root',
|
||||
'password' => 'root',
|
||||
'prefix' => '',
|
||||
|
Reference in New Issue
Block a user