]> git.mxchange.org Git - friendica.git/blobdiff - mods/local.config.ci.php
spelling: documentation
[friendica.git] / mods / local.config.ci.php
index f482eecfb73b448f67571b529aa577d017827eb9..2da6b2a1ab75c2a8375f31257ce792c45d1201e4 100644 (file)
  *
  */
 
-// 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,
        ],