]> git.mxchange.org Git - friendica.git/blobdiff - mods/local.config.vagrant.php
Remove FollowRequest type and use mstdnAccount->createFromContactId instead
[friendica.git] / mods / local.config.vagrant.php
index c35b1a33d1752d8df0b19be141748783058e3aa6..379ddf185da6f433c89a2379979484a1362a3bda 100644 (file)
@@ -29,6 +29,7 @@ return [
        // ****************************************************************
 
        'config' => [
+               'hostname' => '192.168.56.10',
                'admin_email' => 'admin@friendica.local',
                'sitename' => 'Friendica Social Network',
                'register_policy' => \Friendica\Module\Register::OPEN,
@@ -38,5 +39,8 @@ return [
                'default_timezone' => 'UTC',
                'language' => 'en',
                'basepath' => '/vagrant',
+               'ssl_policy' => \Friendica\App\BaseURL::SSL_POLICY_SELFSIGN,
+               'url' => 'https://192.168.56.10',
+               'urlpath' => '',
        ],
 ];