X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=config%2Flocal-sample.config.php;h=069e5834f3925ad47aa88fb1a767fbb8b50e729e;hb=b659aa5c0fa1b11485b4e5f0a921253e2cabd95f;hp=996c27a66d1558e417d17c8dae93a7b5df904f9f;hpb=ecac463d89a8298a89f7a7d431d7e0bc23da36d0;p=friendica.git diff --git a/config/local-sample.config.php b/config/local-sample.config.php index 996c27a66d..069e5834f3 100644 --- a/config/local-sample.config.php +++ b/config/local-sample.config.php @@ -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. */ @@ -34,11 +34,12 @@ return [ 'config' => [ 'admin_email' => '', 'sitename' => 'Friendica Social Network', - 'register_policy' => REGISTER_OPEN, + 'register_policy' => \Friendica\Module\Register::OPEN, 'register_text' => '', ], 'system' => [ 'default_timezone' => 'UTC', 'language' => 'en', + 'url' => 'https://friendica.local', ], ];