mirror of
https://github.com/flarum/framework.git
synced 2025-04-27 15:14:04 +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 = [
|
protected $databaseConfiguration = [
|
||||||
'driver' => 'mysql',
|
'driver' => 'mysql',
|
||||||
'host' => 'localhost',
|
'host' => 'localhost',
|
||||||
'database' => 'flarum_console',
|
'database' => 'flarum',
|
||||||
'username' => 'root',
|
'username' => 'root',
|
||||||
'password' => 'root',
|
'password' => 'root',
|
||||||
'prefix' => '',
|
'prefix' => '',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user