Merge pull request #2904 from silke/vagrant

For Vagrant dev machine
This commit is contained in:
Tobias Diekershoff 2016-11-12 12:34:57 +01:00 committed by GitHub
commit d0488f25be
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -1,6 +1,6 @@
server_ip = "192.168.22.10"
server_memory = "384" # MB
server_memory = "1024" # MB
server_timezone = "UTC"
public_folder = "/vagrant"