diff options
| -rw-r--r-- | config/environments/development.rb | 2 | ||||
| -rw-r--r-- | config/environments/production.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb index 519ff1d24..84a5f61e9 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -44,7 +44,7 @@ ChouetteIhm::Application.configure do } # api key to geoportail IGN (development key 3 month validity) - config.geoportail_api_key = "i2aqyge3x3iovnuhz7z06flp" + # config.geoportail_api_key = "i2aqyge3x3iovnuhz7z06flp" config.to_prepare do Devise::Mailer.layout "mailer" diff --git a/config/environments/production.rb b/config/environments/production.rb index ba7b4748e..963f19035 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -59,7 +59,7 @@ ChouetteIhm::Application.configure do # config.action_mailer.raise_delivery_errors = false # # api key to geoportail IGN (production key link to "chouette.dryade.net" referer) - config.geoportail_api_key = "bt4z711qv8uw4zmk2bxl4d5l" + #config.geoportail_api_key = "bt4z711qv8uw4zmk2bxl4d5l" # Enable threaded mode # NOTICE : With Rails 3.2, Delayed::JRubyWorker blocks the application without threaded mode |
