mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
Merge pull request #3113 from edgibbs/move_vagrant_box_to_discourse_url
FIX: Move vagrant box to discourse hosting
This commit is contained in:
commit
214ed2f1f0
1 changed files with 2 additions and 2 deletions
4
Vagrantfile
vendored
4
Vagrantfile
vendored
|
@ -3,8 +3,8 @@
|
|||
# See https://github.com/discourse/discourse/blob/master/docs/VAGRANT.md
|
||||
#
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.box= "edgibbs/discourse-0.9.9.15.box"
|
||||
config.vm.box_url = "https://vagrantcloud.com/edgibbs/discourse-0.9.9.15.box"
|
||||
config.vm.box= "discourse/discourse-0.9.9.15.box"
|
||||
config.vm.box_url = "https://vagrantcloud.com/discourse/discourse-0.9.9.15.box"
|
||||
|
||||
# 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 a new issue