diff options
Diffstat (limited to 'config/environments')
| -rw-r--r-- | config/environments/development.rb | 4 | ||||
| -rw-r--r-- | config/environments/test.rb | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb index 648a9a82c..42523a761 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -82,8 +82,8 @@ Rails.application.configure do config.portal_url = "http://stif-boiv-staging.af83.priv" # IEV url - config.iev_url = ENV.fetch('IEV_URL', 'http://localhost:8080') - config.front_end_url = ENV.fetch('FRONT_END_URL', 'http://localhost:3000') + config.iev_url = ENV.fetch('IEV_URL', 'http://localhost:8080') + config.front_end_host = ENV.fetch('FRONT_END_URL', 'http://localhost:3000') # file to data for demo config.demo_data = "tmp/demo.zip" diff --git a/config/environments/test.rb b/config/environments/test.rb index a6db12006..9b6191546 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -62,6 +62,7 @@ Rails.application.configure do # Reflex api url config.reflex_api_url = "https://195.46.215.128/ws/reflex/V1/service=getData" + config.front_end_host = "http://www.example.com" # file to data for demo config.demo_data = "tmp/demo.zip" |
