]> git.mxchange.org Git - friendica.git/blobdiff - mods/local.config.ci.php
Merge pull request #13088 from nupplaphil/feat/settings
[friendica.git] / mods / local.config.ci.php
index fac4d80b9ff9c1faa096ec0782f4bf8577433728..2da6b2a1ab75c2a8375f31257ce792c45d1201e4 100644 (file)
@@ -1,16 +1,22 @@
 <?php
-
-// Local configuration
-
-/* If automatic system installation fails:
+/**
+ * @copyright Copyright (C) 2010-2023, the Friendica project
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
  *
- * Copy this file to local.config.php
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Affero General Public License for more details.
  *
- * 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
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  *
- * Then set the following for your MySQL installation
  */
 
 return [
@@ -29,7 +35,6 @@ return [
        // ****************************************************************
 
        'config' => [
-               'hostname' => 'friendica.local',
                'admin_email' => 'admin@friendica.local',
                'sitename' => 'Friendica Social Network',
                'register_policy' => \Friendica\Module\Register::OPEN,
@@ -38,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,
        ],