aboutsummaryrefslogtreecommitdiffstats
path: root/config/environments
diff options
context:
space:
mode:
authorRobert2017-07-20 06:08:54 +0200
committerRobert2017-07-20 06:08:54 +0200
commit2de0d63c148218c983a30117ee277ef9307906c8 (patch)
tree384c86b91451f7499e033e132b23c5f08628f569 /config/environments
parentb1904db1a8145620f600736a9933c043a4dfcf9f (diff)
downloadchouette-core-2de0d63c148218c983a30117ee277ef9307906c8.tar.bz2
Refs: #3506@1.5h; server debugging
- Fixed conf error (missing schema in `config.iev_url`) - Reported java server traces (looks like missing metadata)
Diffstat (limited to 'config/environments')
-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 624382000..5b2bd7402 100644
--- a/config/environments/development.rb
+++ b/config/environments/development.rb
@@ -82,7 +82,7 @@ Rails.application.configure do
config.portal_url = "http://stif-boiv-staging.af83.priv"
# IEV url
- config.iev_url = "localhost:8080"
+ config.iev_url = "http://localhost:8080"
# file to data for demo
config.demo_data = "tmp/demo.zip"