change IP of Vagrant VM

This commit is contained in:
Tobias Diekershoff 2022-10-15 17:31:57 +02:00
parent f862d73f49
commit 49ed627aed
3 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@ return [
// ****************************************************************
'config' => [
'hostname' => 'friendica.local',
'hostname' => '192.168.56.10',
'admin_email' => 'admin@friendica.local',
'sitename' => 'Friendica Social Network',
'register_policy' => \Friendica\Module\Register::OPEN,