mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-22 21:28:10 +03:00
Vagrant: remove nonworking Digitalocean configuration
This commit is contained in:
parent
23a53661e0
commit
d7c3f04e04
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,3 +30,4 @@ data/wiki_import.sql
|
||||
data/wiki_specialphrases.sql
|
||||
data/osmosischange.osc
|
||||
|
||||
.vagrant
|
20
Vagrantfile
vendored
20
Vagrantfile
vendored
@ -34,16 +34,16 @@ Vagrant.configure("2") do |config|
|
||||
end
|
||||
|
||||
|
||||
config.vm.provider :digital_ocean do |provider, override|
|
||||
override.ssh.private_key_path = '~/.ssh/id_rsa'
|
||||
override.vm.box = 'digital_ocean'
|
||||
override.vm.box_url = "https://github.com/smdahlen/vagrant-digitalocean/raw/master/box/digital_ocean.box"
|
||||
# config.vm.provider :digital_ocean do |provider, override|
|
||||
# override.ssh.private_key_path = '~/.ssh/id_rsa'
|
||||
# override.vm.box = 'digital_ocean'
|
||||
# override.vm.box_url = "https://github.com/smdahlen/vagrant-digitalocean/raw/master/box/digital_ocean.box"
|
||||
|
||||
provider.token = 'e74c5c15501bd2782e689b0805ad577f954bfd39ea1fde3f17ff62835f2fc6c1'
|
||||
# provider.token = 'YOUR TOKEN'
|
||||
provider.image = 'ubuntu-14-04-x64'
|
||||
provider.region = 'nyc2'
|
||||
provider.size = '512mb'
|
||||
end
|
||||
# provider.token = ''
|
||||
# # provider.token = 'YOUR TOKEN'
|
||||
# provider.image = 'ubuntu-14-04-x64'
|
||||
# provider.region = 'nyc2'
|
||||
# provider.size = '512mb'
|
||||
# end
|
||||
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user