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