diff options
| -rw-r--r-- | config/environments/production.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb index cb50cd145..9a699eb44 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -47,6 +47,7 @@ Rails.application.configure do # Set to :debug to see everything in the log. # config.log_level = :info + config.log_level = :info # Prepend all log lines with the following tags. # config.log_tags = [ :subdomain, :uuid ] @@ -133,7 +134,7 @@ Rails.application.configure do # IEV config.iev_url = ENV.fetch('IEV_URL',"http://iev:8080") - config.rails_host = ENV.fetch('RAILS_HOST','http://front') + config.rails_host = ENV.fetch('RAILS_HOST','http://front:3000') # Set node env for browserify-rails # config.browserify_rails.node_env = "production" |
