diff options
| author | Robert Dober | 2017-11-03 14:58:11 +0100 | 
|---|---|---|
| committer | GitHub | 2017-11-03 14:58:11 +0100 | 
| commit | 75988d4b5d821266131aec86e33c67eda0c38dcb (patch) | |
| tree | 35e4f1cfcd3589c069717aa7385d90ed7ce431d4 /config | |
| parent | 13553712a18435f16f449a6d0c6a2ade24038797 (diff) | |
| parent | 213c2ac6702718486f10b999948a8e5e3190c749 (diff) | |
| download | chouette-core-75988d4b5d821266131aec86e33c67eda0c38dcb.tar.bz2 | |
Merge pull request #106 from af83/4782-create-worker-for-compliance-check-copy--rb201710301748
4782 create worker for compliance check copy  rb201710301748
Diffstat (limited to 'config')
| -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 b3312be4a..8bf94f5da 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -62,6 +62,9 @@ Rails.application.configure do    # Reflex api url    config.reflex_api_url = "https://195.46.215.128/ws/reflex/V1/service=getData" +  # IEV url +  config.iev_url = ENV.fetch('IEV_URL', 'http://localhost:8080') +    config.rails_host = "http://www.example.com"    # file to data for demo    config.demo_data = "tmp/demo.zip"  | 
