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

2
Vagrantfile vendored
View file

@ -1,5 +1,5 @@
server_ip = "192.168.22.10"
server_ip = "192.168.56.10"
server_memory = "2048" # MB
server_timezone = "UTC"