mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 18:12:59 +08:00
Fix default database name
This commit is contained in:
parent
5d3ea065a9
commit
9c67a39e69
|
@ -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