File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
33## In Development
4+ * Update IP address to be ` 192.168.56.56 ` to support WSL and Windows latest VirtualBox client.
45
56## v3.8.0-20230127
67* Build Vagrant boxes with GitHub (#63 )
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Vagrant.configure("2") do |config|
4141
4242 # Expose access to StackStorm via IP
4343 config . vm . network :private_network ,
44- ip : "10.10.10.10 " ,
44+ ip : "192.168.56.56 " ,
4545 netmask : "255.255.255.252"
4646
4747 # Create a public network, which generally matched to bridged network.
@@ -72,7 +72,7 @@ Vagrant.configure("2") do |config|
7272 ╚══════╝ ╚═╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝
7373
7474 To access the Web UI, head to:
75- https://10.10.10.10 /
75+ https://192.168.56.56 /
7676 Username: st2admin
7777 Password: Ch@ngeMe
7878
You can’t perform that action at this time.
0 commit comments