Commit cfa29118651c067b0c96623d2c62c48a597cf281

Authored by Heitor
Committed by Rafael Reggiani Manzo
1 parent 1c3ab9d1

[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
... ... @@ -106,4 +106,7 @@ Rails.application.configure do
106 106 # Google Analytics
107 107 GA.tracker = ENV['GA_TRACKER']
108 108 GA.script_source = :doubleclick
  109 +
  110 + # Responds on a subdirectory
  111 + config.relative_url_root = '/mezuro'
109 112 end
... ...