]> git.mxchange.org Git - friendica.git/blobdiff - config/local-sample.config.php
Merge pull request #12789 from nupplaphil/bug/flasky_test
[friendica.git] / config / local-sample.config.php
index 9b977ff53f4a49b721d9b77f36fb5578b12910be..2e9c02b421893e6579ef98aa6ae6ad2b285d529f 100644 (file)
@@ -12,7 +12,7 @@
  *
  * Then set the following for your MySQL installation
  *
- * If you're unsure about what any of the config keys below do, please check the config/defaults.config.php file for
+ * If you're unsure about what any of the config keys below do, please check the static/defaults.config.php file for
  * detailed documentation of their data type and behavior.
  */
 
@@ -36,9 +36,11 @@ return [
                'sitename' => 'Friendica Social Network',
                'register_policy' => \Friendica\Module\Register::OPEN,
                'register_text' => '',
+               'hostname' => 'friendica.local',
        ],
        'system' => [
                'default_timezone' => 'UTC',
                'language' => 'en',
+               'url' => 'https://friendica.local',
        ],
 ];