Question about Hostname and Email

To start off I would like to say that I am new to setting up get GitLab.
I am not sure what setting to change in what config file to fix my issues.

My issue is that Gitlab sent out this email but the link to click on in the email is wrong.

it should be

http://GitLab.inXXXXlications/users/password/new?user_emailXXXXXXX.com

I’m not to sure how to change this.

Also In GitLab my http project links all show up like this http://System3/root/TestProject.git
but should be http://GitLab.inXXXXlications/root/TestProject.git

I am running GitLab 7.12.2 on Ubuntu 14.04.

Could tell me what setting to change in what file to fix this?

-Thanks

Hello and welcome to GitLab community :smile:

The first thing to do is set up the external url. Open /etc/gitlab/gitlab.rb as root and make sure it reads:

external_url 'gitlab.example.com'

I believe you’ve done this step, so you might want to set:

gitlab_rails['gitlab_email_from'] = 'gitlab@example.com'

In any case, make sure to read the documentation.