]> git.mxchange.org Git - friendica.git/blobdiff - mods/local.config.vagrant.php
Merge pull request #10645 from tobiasd/20210831-de
[friendica.git] / mods / local.config.vagrant.php
index c35b1a33d1752d8df0b19be141748783058e3aa6..98e9a42e78d21b695a47f8a042bfc44856cf8765 100644 (file)
@@ -29,6 +29,7 @@ return [
        // ****************************************************************
 
        'config' => [
+               'hostname' => 'friendica.local',
                'admin_email' => 'admin@friendica.local',
                'sitename' => 'Friendica Social Network',
                'register_policy' => \Friendica\Module\Register::OPEN,
@@ -38,5 +39,6 @@ return [
                'default_timezone' => 'UTC',
                'language' => 'en',
                'basepath' => '/vagrant',
+               'ssl_policy' => \Friendica\App\BaseURL::SSL_POLICY_SELFSIGN,
        ],
 ];