Delete frio dynamic.php
https://github.com/friendica/friendica/pull/3326#discussion_r112116929
This commit is contained in:
parent
08924b9c59
commit
6cc4f8b0a9
1 changed files with 0 additions and 55 deletions
|
@ -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' => 'utf8mb4',
|
||||
),
|
||||
'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…
Reference in a new issue