]> 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 98e9a42e78d21b695a47f8a042bfc44856cf8765..379ddf185da6f433c89a2379979484a1362a3bda 100644 (file)
@@ -29,7 +29,7 @@ return [
        // ****************************************************************
 
        'config' => [
-               'hostname' => 'friendica.local',
+               'hostname' => '192.168.56.10',
                'admin_email' => 'admin@friendica.local',
                'sitename' => 'Friendica Social Network',
                'register_policy' => \Friendica\Module\Register::OPEN,
@@ -40,5 +40,7 @@ return [
                'language' => 'en',
                'basepath' => '/vagrant',
                'ssl_policy' => \Friendica\App\BaseURL::SSL_POLICY_SELFSIGN,
+               'url' => 'https://192.168.56.10',
+               'urlpath' => '',
        ],
 ];