X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mods%2Flocal.config.vagrant.php;h=98e9a42e78d21b695a47f8a042bfc44856cf8765;hb=8f47d90f861d45d8b2326dc6a3794bc4439835d8;hp=099500200d8256ade2727fc180e6e7e15e6cdaac;hpb=7efde8e334d6ca52fd1608fb9a78babcea4bdc9f;p=friendica.git diff --git a/mods/local.config.vagrant.php b/mods/local.config.vagrant.php index 099500200d..98e9a42e78 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' => 'friendica.local', + '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, + ], +];