Commit c39f715ed51a599fb02faea805de926ae407476b

Authored by Barry Hess
Committed by Nick Recobra
1 parent 44a2edcb
Exists in master and in 1 other branch production

Remove lie comment about deploy requiring port 80.

app/views/apps/_configuration_instructions.html.haml
... ... @@ -16,7 +16,7 @@
16 16 HoptoadNotifier.configure do |config|
17 17 config.api_key = '#{app.api_key}'
18 18 config.host = '#{request.host}'
19   - config.port = #{request.port} # Note: Deployment notifications only work on port 80
  19 + config.port = #{request.port}
20 20 end
21 21 #
22 22 # Testing
... ...