]> git.mxchange.org Git - friendica.git/commitdiff
change IP of Vagrant VM
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 15 Oct 2022 15:31:57 +0000 (17:31 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 15 Oct 2022 15:31:57 +0000 (17:31 +0200)
Vagrantfile
bin/dev/vagrant_provision.sh
mods/local.config.vagrant.php

index 4684d9f09da7bd6cbeeafed2badac06725ab5d8b..16873512313648b44278f5475f846511d959de48 100644 (file)
@@ -1,5 +1,5 @@
 
-server_ip = "192.168.22.10"
+server_ip = "192.168.56.10"
 server_memory = "2048" # MB
 server_timezone = "UTC"
 
index d82ed2823145b5a284f282686b732e9d26d0431f..40d08cedb25769691643dcb2238875edbd93cbad 100755 (executable)
@@ -45,7 +45,7 @@ apt-get install -qq apache2
 a2enmod rewrite actions ssl
 cp /vagrant/bin/dev/vagrant_vhost.sh /usr/local/bin/vhost
 chmod guo+x /usr/local/bin/vhost
-vhost -s 192.168.22.10.xip.io -d /var/www -p /etc/ssl/xip.io -c xip.io -a friendica.local
+vhost -s 192.168.56.10.xip.io -d /var/www -p /etc/ssl/xip.io -c xip.io -a friendica.local
 a2dissite 000-default
 service apache2 restart
 
index 98e9a42e78d21b695a47f8a042bfc44856cf8765..da873116d8c8d0353f55ac55365e659d85f2c043 100644 (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,