diff options
| author | Robert | 2017-07-19 16:40:45 +0200 | 
|---|---|---|
| committer | Robert | 2017-07-20 11:49:34 +0200 | 
| commit | a1368a9730e20b2e3a85885740e6fb7ffec435ad (patch) | |
| tree | 0c8b5ad5b6da7d9813abb7feb16601afae8b8507 /config/environments | |
| parent | fba2bbccba9670d8d786781e7ec82f06b7a7fddc (diff) | |
| download | chouette-core-a1368a9730e20b2e3a85885740e6fb7ffec435ad.tar.bz2 | |
bup working on WorkbenchImportWorker's integration spec [amend me]
Diffstat (limited to 'config/environments')
| -rw-r--r-- | config/environments/development.rb | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/config/environments/development.rb b/config/environments/development.rb index 59cb9eefa..79fec2d35 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -80,7 +80,8 @@ 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" +  config.fe_url  = "http://localhost:3000"    # file to data for demo    config.demo_data = "tmp/demo.zip" | 
