ssh port hardcoded?
Created by: lhaig
If I change my ssh port on my server and I add the new port number to the gitlab.yml file I am not able to make changes using the webui.
I searched through the code and found this line
./lib/gitlabhq/git_host.rb:14: if !GIT_HOST["port"] or GIT_HOST["port"] == 22
Which leads me to believe that it does not read the config file for the port allocation.
Is this correct and if so can it be fixed?
Thanks
Lance