X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mods%2Flocal.config.vagrant.php;h=da873116d8c8d0353f55ac55365e659d85f2c043;hb=8a902afde58cac1c2b5849361f93d7c9b6e43470;hp=a9b95d02d7f61ba2e9e537eefab1acf6618b320b;hpb=6e7ca479d63d9740c83074cd95b454da0c686885;p=friendica.git diff --git a/mods/local.config.vagrant.php b/mods/local.config.vagrant.php index a9b95d02d7..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' => \Friendica\Module\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, + ], +];