don't use port 80 for https URLs

This commit is contained in:
jomo
2015-12-04 15:02:26 +01:00
parent 498fa1875d
commit bf91ef766c

View File

@@ -67,7 +67,6 @@ Redstoner::Application.configure do
config.action_mailer.default_url_options = {
host: 'redstoner.com',
port: 80,
protocol: 'https'
}