]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/local.config.tpl
Merge pull request #7883 from MrPetovan/bug/acl-fixes
[friendica.git] / view / templates / local.config.tpl
index 54ff279f3cbb966b96e28e75cc7e584c83230165..ad809c9d85a10b017329f563c342df90c39e38b3 100644 (file)
@@ -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',
-               'register_policy' => REGISTER_OPEN,
+               '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}}',
        ],