mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
use an actual domain (with wildcard subdomain support) that resolves to localhost
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -3,7 +3,7 @@
|
||||
|
||||
BOX_NAME = ENV["BOX_NAME"] || "raring"
|
||||
BOX_URI = ENV["BOX_URI"] || "http://cloud-images.ubuntu.com/vagrant/raring/current/raring-server-cloudimg-amd64-vagrant-disk1.box"
|
||||
DOKKU_DOMAIN = ENV["DOKKU_DOMAIN"] || "dokku.dev"
|
||||
DOKKU_DOMAIN = ENV["DOKKU_DOMAIN"] || "dokku.me"
|
||||
DOKKU_IP = ENV["DOKKU_IP"] || "10.0.0.2"
|
||||
|
||||
Vagrant::configure("2") do |config|
|
||||
|
||||
Reference in New Issue
Block a user