aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorRobert Dober2017-11-03 14:58:11 +0100
committerGitHub2017-11-03 14:58:11 +0100
commit75988d4b5d821266131aec86e33c67eda0c38dcb (patch)
tree35e4f1cfcd3589c069717aa7385d90ed7ce431d4 /config
parent13553712a18435f16f449a6d0c6a2ade24038797 (diff)
parent213c2ac6702718486f10b999948a8e5e3190c749 (diff)
downloadchouette-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.rb3
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"