mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:41:49 +08:00
Fix default database name
This commit is contained in:
parent
98a79e957d
commit
bb3c57f9a4
|
@ -15,7 +15,7 @@ class DefaultData implements ProvidesData
|
|||
protected $databaseConfiguration = [
|
||||
'driver' => 'mysql',
|
||||
'host' => 'localhost',
|
||||
'database' => 'flarum_console',
|
||||
'database' => 'flarum',
|
||||
'username' => 'root',
|
||||
'password' => 'root',
|
||||
'prefix' => '',
|
||||
|
|
Loading…
Reference in New Issue
Block a user