Skip to content

Commit 2fcc60b

Browse files
committed
Change default private network.
From "192.168.7.25" to "192.168.58.25".
1 parent 83ee8eb commit 2fcc60b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class MtDev < Vagrant.plugin("2")
136136
end
137137
end
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

141141
Vagrant.configure("2") do |config|
142142
config.vm.box = "bento/ubuntu-20.04"

mt-config.cgi-original

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
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

0 commit comments

Comments
 (0)