]> 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 9bf073df1d99dffc03198d23589f33baf4fd262d..2e9c02b421893e6579ef98aa6ae6ad2b285d529f 100644 (file)
@@ -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',
        ],
 ];