diff options
| author | Marc Florisson | 2013-05-28 16:16:14 +0200 | 
|---|---|---|
| committer | Marc Florisson | 2013-05-28 16:16:14 +0200 | 
| commit | 498f2d52ef75dcf57b7a499b30e202016d18e23c (patch) | |
| tree | 424c8513f1e841b0e1fe266dc585a48b0978abfe /config/environments/production.rb | |
| parent | 69028a105c8f63ec474754e679e1b90b9237a543 (diff) | |
| download | chouette-core-498f2d52ef75dcf57b7a499b30e202016d18e23c.tar.bz2 | |
update geoportail configuration
Diffstat (limited to 'config/environments/production.rb')
| -rw-r--r-- | config/environments/production.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
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  | 
