mirror of
https://github.com/humhub/humhub.git
synced 2025-01-18 06:38:14 +01:00
Fixed #28 - Removed default db connection string (works on some xampp installations)
This commit is contained in:
parent
5155fcadbb
commit
ae31205246
@ -8,7 +8,7 @@ return array(
|
|||||||
'components' => array(
|
'components' => array(
|
||||||
// Database
|
// Database
|
||||||
'db' => array(
|
'db' => array(
|
||||||
'connectionString' => 'mysql:host=localhost;dbname=test',
|
'connectionString' => '',
|
||||||
'emulatePrepare' => true,
|
'emulatePrepare' => true,
|
||||||
'charset' => 'utf8',
|
'charset' => 'utf8',
|
||||||
'enableProfiling' => true,
|
'enableProfiling' => true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user