]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/local.config.tpl
Merge pull request #7085 from nupplaphil/task/mod_home
[friendica.git] / view / templates / local.config.tpl
index c4c4afba4db8e9376025660facd8791d32fac2e3..05c87056c69a67ba655e5fd51f13fc49bfec56a1 100644 (file)
@@ -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}}',
        ],