File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ class MtDev < Vagrant.plugin("2")
136136 end
137137end
138138
139- vm_private_network_ip = ENV [ "VM_PRIVATE_NETWORK_IP" ] || "192.168.7 .25"
139+ vm_private_network_ip = ENV [ "VM_PRIVATE_NETWORK_IP" ] || "192.168.58 .25"
140140
141141Vagrant . configure ( "2" ) do |config |
142142 config . vm . box = "bento/ubuntu-20.04"
Original file line number Diff line number Diff line change 1212################################################################
1313
1414# The CGIPath is the URL to your Movable Type directory
15- CGIPath http://192.168.7 .25/cgi-bin/mt/
15+ CGIPath http://192.168.58 .25/cgi-bin/mt/
1616
1717# The StaticWebPath is the URL to your mt-static directory
1818# Note: Check the installation documentation to find out
1919# whether this is required for your environment. If it is not,
2020# simply remove it or comment out the line by prepending a "#".
21- StaticWebPath http://192.168.7 .25/mt-static
21+ StaticWebPath http://192.168.58 .25/mt-static
2222
2323#================ DATABASE SETTINGS ==================
2424# CHANGE setting below that refer to databases
You can’t perform that action at this time.
0 commit comments