X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=config%2Flocal-sample.config.php;h=996c27a66d1558e417d17c8dae93a7b5df904f9f;hb=f13b8f8ec4d0ad12e68b7bfa3fb5f5c04d6b1172;hp=c9ca85aeec58aeba4d089da74174c6ecf3d4c4dd;hpb=d6eb1135e5b46ec2f7443b19c26c877f93f6b7c2;p=friendica.git diff --git a/config/local-sample.config.php b/config/local-sample.config.php index c9ca85aeec..996c27a66d 100644 --- a/config/local-sample.config.php +++ b/config/local-sample.config.php @@ -1,44 +1,44 @@ - [ - 'hostname' => 'localhost', - 'username' => 'mysqlusername', - 'password' => 'mysqlpassword', - 'database' => 'mysqldatabasename', - 'charset' => 'utf8mb4', - ], - - // **************************************************************** - // The configuration below will be overruled by the admin panel. - // Changes made below will only have an effect if the database does - // not contain any configuration for the friendica system. - // **************************************************************** - - 'config' => [ - 'admin_email' => '', - 'sitename' => 'Friendica Social Network', - 'register_policy' => 'REGISTER_OPEN', - 'register_text' => '', - ], - 'system' => [ - 'default_timezone' => 'UTC', - 'language' => 'en', - ], -]; + [ + 'hostname' => 'localhost', + 'username' => 'mysqlusername', + 'password' => 'mysqlpassword', + 'database' => 'mysqldatabasename', + 'charset' => 'utf8mb4', + ], + + // **************************************************************** + // The configuration below will be overruled by the admin panel. + // Changes made below will only have an effect if the database does + // not contain any configuration for the friendica system. + // **************************************************************** + + 'config' => [ + 'admin_email' => '', + 'sitename' => 'Friendica Social Network', + 'register_policy' => REGISTER_OPEN, + 'register_text' => '', + ], + 'system' => [ + 'default_timezone' => 'UTC', + 'language' => 'en', + ], +];