Add support for GeoIP lookups using Quova.

This commit is contained in:
Tom Hughes 2009-11-25 00:52:44 +00:00
parent 0416ddc45b
commit 1844a19f48
4 changed files with 83 additions and 5 deletions

View file

@ -19,6 +19,9 @@ standard_settings: &standard_settings
max_messages_per_hour: 60
# Domain for handling message replies
#messages_domain: "messages.openstreetmap.org"
# Quova authentication details
#quova_username: ""
#quova_password: ""
development:
<<: *standard_settings

View file

@ -52,6 +52,7 @@ Rails::Initializer.run do |config|
# note: this should be changed to 0.3.6 as soon as it's released, as this has fixes for
# uploading multipart documents.
config.gem 'oauth', :version => '>=0.2.1'
config.gem 'httpclient'
# Only load the plugins named here, in the order given. By default, all plugins
# in vendor/plugins are loaded in alphabetical order.