5 /* If automatic system installation fails:
7 * Copy this file to local.config.php
9 * Why local.config.php? Because it contains sensitive information which could
10 * give somebody complete control of your database. Apache's default
11 * configuration will interpret any .php file as a script and won't show the values
13 * Then set the following for your MySQL installation
18 'hostname' => 'localhost',
19 'username' => 'friendica',
20 'password' => 'friendica',
21 'database' => 'friendica',
22 'charset' => 'utf8mb4',
25 // ****************************************************************
26 // The configuration below will be overruled by the admin panel.
27 // Changes made below will only have an effect if the database does
28 // not contain any configuration for the friendica system.
29 // ****************************************************************
32 'admin_email' => 'admin@friendica.local',
33 'sitename' => 'Friendica Social Network',
34 'register_policy' => \Friendica\Module\Register::OPEN,
35 'register_text' => '',
38 'default_timezone' => 'UTC',
40 'basepath' => '/vagrant',