X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mods%2Flocal.config.vagrant.php;h=da873116d8c8d0353f55ac55365e659d85f2c043;hb=73e163100c108caee1e295d00ac8433ea62405be;hp=c35b1a33d1752d8df0b19be141748783058e3aa6;hpb=c1f99c70b1c7d62120723f3b142e843ba25ab338;p=friendica.git diff --git a/mods/local.config.vagrant.php b/mods/local.config.vagrant.php index c35b1a33d1..da873116d8 100644 --- a/mods/local.config.vagrant.php +++ b/mods/local.config.vagrant.php @@ -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,6 @@ return [ 'default_timezone' => 'UTC', 'language' => 'en', 'basepath' => '/vagrant', + 'ssl_policy' => \Friendica\App\BaseURL::SSL_POLICY_SELFSIGN, ], ];