X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Flocal.config.tpl;h=ad809c9d85a10b017329f563c342df90c39e38b3;hb=3b1f777d0c44ab4f26edbbc2e1f9f59481468145;hp=c4c4afba4db8e9376025660facd8791d32fac2e3;hpb=cef6757c92bff264adfdc3c89c9721252cad510d;p=friendica.git diff --git a/view/templates/local.config.tpl b/view/templates/local.config.tpl index c4c4afba4d..ad809c9d85 100644 --- a/view/templates/local.config.tpl +++ b/view/templates/local.config.tpl @@ -2,7 +2,7 @@ // Local configuration -// If you're unsure about what any of the config keys below do, please check the config/defaults.config.php for detailed +// If you're unsure about what any of the config keys below do, please check the static/defaults.config.php for detailed // documentation of their data type and behavior. return [ @@ -24,11 +24,15 @@ return [ 'php_path' => '{{$phpath}}', 'admin_email' => '{{$adminmail}}', 'sitename' => 'Friendica Social Network', + 'hostname' => '{{$hostname}}', 'register_policy' => \Friendica\Module\Register::OPEN, 'max_import_size' => 200000, ], 'system' => [ 'urlpath' => '{{$urlpath}}', + 'url' => '{{$baseurl}}', + 'ssl_policy' => {{$sslpolicy}}, + 'basepath' => '{{$basepath}}', 'default_timezone' => '{{$timezone}}', 'language' => '{{$language}}', ],