mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 09:11:40 +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…
x
Reference in New Issue
Block a user