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