aboutsummaryrefslogtreecommitdiffstats
path: root/config/environments
diff options
context:
space:
mode:
authorZakaria BOUZIANE2014-07-24 10:18:22 +0200
committerZakaria BOUZIANE2014-07-24 10:18:22 +0200
commiteb4b8e63a3e1353f152910ccc29e6b0b36ea1788 (patch)
tree37145307b54d11a9e492cd657ac618f323f54395 /config/environments
parent0b4da4bba14d0e9f45a8186e3d325051a76509bc (diff)
downloadchouette-core-eb4b8e63a3e1353f152910ccc29e6b0b36ea1788.tar.bz2
Integrating Nominatim to StopArea.new
Diffstat (limited to 'config/environments')
-rw-r--r--config/environments/development.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb
index f06db3fde..08ad82d93 100644
--- a/config/environments/development.rb
+++ b/config/environments/development.rb
@@ -80,4 +80,9 @@ ChouetteIhm::Application.configure do
end
end
+ Nominatim.configure do |config|
+ config.email = 'zbouziane@gmail.com'
+ config.endpoint = 'http://open.mapquestapi.com/nominatim/v1'
+ end
+
end