X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mods%2Flocal.config.vagrant.php;h=da873116d8c8d0353f55ac55365e659d85f2c043;hb=73e163100c108caee1e295d00ac8433ea62405be;hp=099500200d8256ade2727fc180e6e7e15e6cdaac;hpb=fabc90e9dd5f1c4280a9bfa6c6930a3fc985f87a;p=friendica.git diff --git a/mods/local.config.vagrant.php b/mods/local.config.vagrant.php index 099500200d..da873116d8 100644 --- a/mods/local.config.vagrant.php +++ b/mods/local.config.vagrant.php @@ -1,41 +1,44 @@ - [ - 'hostname' => 'localhost', - 'username' => 'friendica', - 'password' => 'friendica', - 'database' => 'friendica', - 'charset' => 'utf8mb4', - ], - - // **************************************************************** - // The configuration below will be overruled by the admin panel. - // Changes made below will only have an effect if the database does - // not contain any configuration for the friendica system. - // **************************************************************** - - 'config' => [ - 'admin_email' => 'admin@friendica.local', - 'sitename' => 'Friendica Social Network', - 'register_policy' => REGISTER_OPEN, - 'register_text' => '', - ], - 'system' => [ - 'default_timezone' => 'UTC', - 'language' => 'en', - ], -]; + [ + 'hostname' => 'localhost', + 'username' => 'friendica', + 'password' => 'friendica', + 'database' => 'friendica', + 'charset' => 'utf8mb4', + ], + + // **************************************************************** + // The configuration below will be overruled by the admin panel. + // Changes made below will only have an effect if the database does + // not contain any configuration for the friendica system. + // **************************************************************** + + 'config' => [ + 'hostname' => '192.168.56.10', + 'admin_email' => 'admin@friendica.local', + 'sitename' => 'Friendica Social Network', + 'register_policy' => \Friendica\Module\Register::OPEN, + 'register_text' => '', + ], + 'system' => [ + 'default_timezone' => 'UTC', + 'language' => 'en', + 'basepath' => '/vagrant', + 'ssl_policy' => \Friendica\App\BaseURL::SSL_POLICY_SELFSIGN, + ], +];