mirror of
https://github.com/tappollo/quorum-examples.git
synced 2026-04-30 05:45:39 +08:00
Expose Quorum to host machine for testing
* Use well known IP address * Enable RPC with all APIs for all nodes
This commit is contained in:
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@@ -1,6 +1,7 @@
|
||||
Vagrant.configure(2) do |config|
|
||||
config.vm.box = "ubuntu/xenial64"
|
||||
config.vm.provision :shell, path: "vagrant/bootstrap.sh"
|
||||
config.vm.network :private_network, ip: "192.168.44.9"
|
||||
config.vm.provider "virtualbox" do |v|
|
||||
v.memory = 4096
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user