diff options
| author | Florent Peyraud | 2017-12-17 15:48:07 +0100 | 
|---|---|---|
| committer | Florent Peyraud | 2017-12-17 15:48:07 +0100 | 
| commit | 9d811a0c50e37e4bde863c03ba851388b04f94ee (patch) | |
| tree | 03918bb7e8bc16ef71e7a5165834bd23fb5c4e1e | |
| parent | 6ad5065b352ab0b753268d23dcf4ae1d7a33b70c (diff) | |
| download | chouette-core-9d811a0c50e37e4bde863c03ba851388b04f94ee.tar.bz2 | |
default value sor RAILS_HOST
| -rw-r--r-- | config/environments/production.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/config/environments/production.rb b/config/environments/production.rb index 828d3b29c..cb50cd145 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -133,7 +133,7 @@ Rails.application.configure do    # IEV    config.iev_url = ENV.fetch('IEV_URL',"http://iev:8080") -  config.rails_host = ENV.fetch('RAILS_HOST') +  config.rails_host = ENV.fetch('RAILS_HOST','http://front')    # Set node env for browserify-rails    # config.browserify_rails.node_env = "production" | 
