]> git.mxchange.org Git - friendica.git/blobdiff - mods/local.config.ci.php
spelling: documentation
[friendica.git] / mods / local.config.ci.php
index 66e80a80978ca59afc3afebde311a67e66a42019..2da6b2a1ab75c2a8375f31257ce792c45d1201e4 100644 (file)
@@ -35,7 +35,6 @@ return [
        // ****************************************************************
 
        'config' => [
-               'hostname' => 'friendica.local',
                'admin_email' => 'admin@friendica.local',
                'sitename' => 'Friendica Social Network',
                'register_policy' => \Friendica\Module\Register::OPEN,
@@ -44,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,
        ],