Merge branch 'recordGDPR' of github.com:monarc-project/MonarcAppFO into recordGDPR

pull/202/head
Cédric Bonhomme 2019-08-23 08:21:33 +02:00
commit 930c8a1f25
1 changed files with 1 additions and 0 deletions

1
vagrant/Vagrantfile vendored
View File

@ -22,6 +22,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# within the machine from a port on the host machine. In the example below,
# accessing "localhost:8080" will access port 80 on the guest machine.
config.vm.network :forwarded_port, guest: 80, host: 5001
config.vm.network :forwarded_port, guest: 3306, host: 3306
# Create a private network, which allows host-only access to the machine
# using a specific IP.