mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +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(
|
||||
// Database
|
||||
'db' => array(
|
||||
'connectionString' => 'mysql:host=localhost;dbname=test',
|
||||
'connectionString' => '',
|
||||
'emulatePrepare' => true,
|
||||
'charset' => 'utf8',
|
||||
'enableProfiling' => true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user