diff options
| author | Luc Donnet | 2015-02-23 14:21:43 +0100 | 
|---|---|---|
| committer | Luc Donnet | 2015-02-23 14:21:43 +0100 | 
| commit | 6fdfb5e292994215a663349d17e349ce5ed1db29 (patch) | |
| tree | d7200738856335a34f953a47520d7ab2319ab295 /config/environments/test.rb | |
| parent | 811d5a768b1d0d226693db7d1e44dd54dd8b3c77 (diff) | |
| download | chouette-core-6fdfb5e292994215a663349d17e349ce5ed1db29.tar.bz2 | |
Initialize Iev Api Client
Diffstat (limited to 'config/environments/test.rb')
| -rw-r--r-- | config/environments/test.rb | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/config/environments/test.rb b/config/environments/test.rb index e878822cd..b1745bf90 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -42,6 +42,9 @@ Rails.application.configure do    # api key to geoportail IGN (production key link to application url root referer)    config.geoportail_api_key = "aaaaaaaaaaaaaa"  + +  # Iev server url +  config.iev_url="localhost:8080/mobi.chouette.api"    # Specific theme for each company    # AFIMB  | 
