-
-
Save d6rkaiz/1711695a0517599261fd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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