commit
83cc56e713
6 changed files with 106 additions and 161 deletions
|
@ -15,7 +15,7 @@ $db_user = '{{$dbuser}}';
|
|||
$db_pass = '{{$dbpass}}';
|
||||
$db_data = '{{$dbdata}}';
|
||||
|
||||
// Set the database connection charset to UTF8.
|
||||
// Set the database connection charset to full Unicode (utf8mb4).
|
||||
// Changing this value will likely corrupt the special characters.
|
||||
// You have been warned.
|
||||
$a->config['system']['db_charset'] = "utf8mb4";
|
||||
|
|
|
@ -1,55 +0,0 @@
|
|||
<?php return array (
|
||||
'components' =>
|
||||
array (
|
||||
'db' =>
|
||||
array (
|
||||
'class' => 'yii\\db\\Connection',
|
||||
'dsn' => 'mysql:host=127.0.0.1;dbname=installer',
|
||||
'username' => 'root',
|
||||
'password' => 'root',
|
||||
'charset' => 'utf8',
|
||||
),
|
||||
'user' =>
|
||||
array (
|
||||
),
|
||||
'mailer' =>
|
||||
array (
|
||||
'transport' =>
|
||||
array (
|
||||
'class' => 'Swift_MailTransport',
|
||||
),
|
||||
),
|
||||
'view' =>
|
||||
array (
|
||||
'theme' =>
|
||||
array (
|
||||
'name' => 'HumHub',
|
||||
),
|
||||
),
|
||||
'formatter' =>
|
||||
array (
|
||||
'defaultTimeZone' => 'Europe/Berlin',
|
||||
),
|
||||
'formatterApp' =>
|
||||
array (
|
||||
'defaultTimeZone' => 'Europe/Berlin',
|
||||
'timeZone' => 'Europe/Berlin',
|
||||
),
|
||||
),
|
||||
'params' =>
|
||||
array (
|
||||
'installer' =>
|
||||
array (
|
||||
'db' =>
|
||||
array (
|
||||
'installer_hostname' => '127.0.0.1',
|
||||
'installer_database' => 'installer',
|
||||
),
|
||||
),
|
||||
'config_created_at' => 1440430541,
|
||||
'installed' => true,
|
||||
),
|
||||
'name' => 'Installer',
|
||||
'language' => 'de',
|
||||
'timeZone' => 'Europe/Berlin',
|
||||
); ?>
|
Loading…
Add table
Add a link
Reference in a new issue