X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Flocal.config.tpl;h=ad809c9d85a10b017329f563c342df90c39e38b3;hb=3b1f777d0c44ab4f26edbbc2e1f9f59481468145;hp=3201a998542ab1c78f989059b8afeb152c2dd3f3;hpb=09e03c92137ea89781aeb0adad6a1a599f7d617a;p=friendica.git diff --git a/view/templates/local.config.tpl b/view/templates/local.config.tpl index 3201a99854..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,14 @@ 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}}',