mirror of
https://github.com/flarum/core.git
synced 2025-07-23 09:41:26 +02:00
Fix default database name
This commit is contained in:
@@ -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' => '',
|
||||||
|
Reference in New Issue
Block a user