Notification Emails URL port
Created by: iamntz
Howdy!
I just noticed that issues email have incorrect port.
While I'm running rails server on different port than 80
, whenever I receive a new issue notification, the link have no port.
The url defined in config/gitlab.yml
(as host) is full, in the form of host: myhost:myport
.
Edit:
Actually there is a problem if i set host
with a port. Because clonning url displayed on project page also have that port. Which is bad.
So, there is a way of running the server on different port?
Thanks!