Add support for GeoIP lookups using Quova.
This commit is contained in:
parent
0416ddc45b
commit
1844a19f48
4 changed files with 83 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue