Commit 2304439b3a7f6584f17063c02bf91746317d9258

Authored by Heitor
Committed by Rafael Reggiani Manzo
1 parent b8364bfb

[Colab] Add relative_url_root to production env

Signed off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
config/environments/production.rb
... ... @@ -105,4 +105,7 @@ Rails.application.configure do
105 105 # Google Analytics
106 106 GA.tracker = ENV['GA_TRACKER']
107 107 GA.script_source = :doubleclick
  108 +
  109 + # Responds on a subdirectory
  110 + config.relative_url_root = '/mezuro'
108 111 end
... ...