mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08:00
fix link to result in instant download
This commit is contained in:
parent
6c53421c4a
commit
ddd8dd10e7
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = 'discourse-16.04'
|
||||
config.vm.box_url = "https://www.dropbox.com/s/2132770g1e05c6d/discourse.box?dl=0"
|
||||
config.vm.box_url = "https://www.dropbox.com/s/2132770g1e05c6d/discourse.box?dl=1"
|
||||
|
||||
# Make this VM reachable on the host network as well, so that other
|
||||
# VM's running other browsers can access our dev server.
|
||||
|
|
Loading…
Reference in New Issue
Block a user