X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=config%2Flocal-sample.config.php;h=069e5834f3925ad47aa88fb1a767fbb8b50e729e;hb=e1863951986ba5be173758324a00652bc5af870c;hp=9b977ff53f4a49b721d9b77f36fb5578b12910be;hpb=cef6757c92bff264adfdc3c89c9721252cad510d;p=friendica.git diff --git a/config/local-sample.config.php b/config/local-sample.config.php index 9b977ff53f..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. */ @@ -40,5 +40,6 @@ return [ 'system' => [ 'default_timezone' => 'UTC', 'language' => 'en', + 'url' => 'https://friendica.local', ], ];