We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f2bb3 commit 8c1035eCopy full SHA for 8c1035e
1 file changed
Vagrantfile.template
@@ -41,7 +41,7 @@ Vagrant.configure("2") do |config|
41
42
# Expose access to StackStorm via IP
43
config.vm.network :private_network,
44
- ip: "10.10.10.10",
+ ip: "192.168.56.56",
45
netmask: "255.255.255.252"
46
47
# Create a public network, which generally matched to bridged network.
@@ -72,7 +72,7 @@ Vagrant.configure("2") do |config|
72
╚══════╝ ╚═╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝
73
74
To access the Web UI, head to:
75
- https://10.10.10.10/
+ https://192.168.56.56/
76
Username: st2admin
77
Password: Ch@ngeMe
78
0 commit comments