aboutsummaryrefslogtreecommitdiffstats
path: root/config/environments/development.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/environments/development.rb')
-rw-r--r--config/environments/development.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb
index ab4a29a3e..56773d81e 100644
--- a/config/environments/development.rb
+++ b/config/environments/development.rb
@@ -83,7 +83,7 @@ Rails.application.configure do
# IEV url
config.iev_url = ENV.fetch('IEV_URL', 'http://localhost:8080')
- config.rails_host = ENV.fetch('FRONT_END_URL', 'http://localhost:3000')
+ config.rails_host = ENV.fetch('RAILS_HOST', 'http://localhost:3000')
# file to data for demo
config.demo_data = "tmp/demo.zip"