config/environments/staging.rb
require Rails.root.join('config/environments/production') | |
MyApp::Application.configure do | |
config.action_dispatch.tld_length = 2 # domain.com vs staging.domain.com | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment