]> git.mxchange.org Git - friendica.git/blobdiff - mods/local.config.vagrant.php
Fix Code Standards
[friendica.git] / mods / local.config.vagrant.php
index da873116d8c8d0353f55ac55365e659d85f2c043..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,6 +38,6 @@ return [
                'default_timezone' => 'UTC',
                'language' => 'en',
                'basepath' => '/vagrant',
-               'ssl_policy' => \Friendica\App\BaseURL::SSL_POLICY_SELFSIGN,
+               'url' => 'https://192.168.56.10',
        ],
 ];