diff options
| author | Marc Florisson | 2013-05-27 11:48:18 +0200 | 
|---|---|---|
| committer | Marc Florisson | 2013-05-27 11:48:18 +0200 | 
| commit | 01b38ce952cb2e657ab387295673fc892be3539a (patch) | |
| tree | 45595bc8188816dcfb7ee6285fe99137f38412f1 /config/environments/production.rb | |
| parent | baf4983fce9de9f1d4b8b288f23c39ef86f51e69 (diff) | |
| download | chouette-core-01b38ce952cb2e657ab387295673fc892be3539a.tar.bz2 | |
put geoportail api key in config
Diffstat (limited to 'config/environments/production.rb')
| -rw-r--r-- | config/environments/production.rb | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb index a5c58b56d..ba7b4748e 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -57,6 +57,9 @@ ChouetteIhm::Application.configure do    # Disable delivery errors, bad email addresses will be ignored    # 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"    # Enable threaded mode    # NOTICE : With Rails 3.2, Delayed::JRubyWorker blocks the application without threaded mode  | 
