fix port issue
This commit is contained in:
parent
00ef16a66c
commit
51f174b97f
2 changed files with 12 additions and 4 deletions
|
@ -4,7 +4,7 @@ class Notify < ActionMailer::Base
|
|||
|
||||
default_url_options[:host] = Gitlab.config.web_host
|
||||
default_url_options[:protocol] = Gitlab.config.web_protocol
|
||||
default_url_options[:port] = Gitlab.config.web_port
|
||||
default_url_options[:port] = Gitlab.config.web_port if Gitlab.config.web_custom_port?
|
||||
|
||||
default from: Gitlab.config.email_from
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue