X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mods%2Flocal.config.ci.php;h=2da6b2a1ab75c2a8375f31257ce792c45d1201e4;hb=52a25ce6181c0b48a978f37a4ae3b94357dbb712;hp=f482eecfb73b448f67571b529aa577d017827eb9;hpb=9b095f475bc69930ca1723c3e9c7865f120027d3;p=friendica.git diff --git a/mods/local.config.ci.php b/mods/local.config.ci.php index f482eecfb7..2da6b2a1ab 100644 --- a/mods/local.config.ci.php +++ b/mods/local.config.ci.php @@ -19,19 +19,6 @@ * */ -// Local configuration - -/* If automatic system installation fails: - * - * Copy this file to local.config.php - * - * Why local.config.php? Because it contains sensitive information which could - * give somebody complete control of your database. Apache's default - * configuration will interpret any .php file as a script and won't show the values - * - * Then set the following for your MySQL installation - */ - return [ 'database' => [ 'hostname' => 'localhost', @@ -48,7 +35,6 @@ return [ // **************************************************************** 'config' => [ - 'hostname' => 'friendica.local', 'admin_email' => 'admin@friendica.local', 'sitename' => 'Friendica Social Network', 'register_policy' => \Friendica\Module\Register::OPEN, @@ -57,9 +43,7 @@ return [ 'system' => [ 'default_timezone' => 'UTC', 'language' => 'en', - 'ssl_policy' => \Friendica\App\BaseURL::SSL_POLICY_SELFSIGN, 'url' => 'https://friendica.local', - 'urlpath' => '', // don't start unexpected worker.php processes during test! 'worker_dont_fork' => true, ],