>
> Yes, i edited the gitlab.rb and ran "gitlab-ctl reconfigure" after that; 
> heres my actual config:
>

# Change the external_url to the address your users will type in their 
browser
external_url 'http://ZYX.de'
# Self-Signup
gitlab_rails['gitlab_signup_enabled'] = true
# SMTP Maildelivery
gitlab_rails['smtp_enable'] = true
gitlab_rails['smtp_address'] = "xyz.de"
gitlab_rails['smtp_port'] = 587
gitlab_rails['smtp_user_name'] = "[email protected]"
gitlab_rails['smtp_password'] = "---password---"
gitlab_rails['smtp_domain'] = "xyz.de"
gitlab_rails['smtp_authentication'] = "plain"
gitlab_rails['smtp_enable_starttls_auto'] = true
gitlab_rails['gitlab_email_from'] = "[email protected]" 

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/1beca7aa-f36e-49ed-86be-fd375eeae66d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to