Skip to content
Snippets Groups Projects
Commit 7027c66c authored by Christian Dresen's avatar Christian Dresen
Browse files

Gitlab Emaileinstellungen angepasst

parent 96543967
No related branches found
No related tags found
No related merge requests found
...@@ -12,14 +12,14 @@ external_url 'https://gitlab.warpzone.ms/' # default: http://hostname ...@@ -12,14 +12,14 @@ external_url 'https://gitlab.warpzone.ms/' # default: http://hostname
# gitlab.yml configuration # # gitlab.yml configuration #
############################ ############################
# gitlab_rails['gitlab_ssh_host'] = 'ssh.host_example.com' gitlab_rails['gitlab_ssh_host'] = 'gitlab.warpzone.ms'
# gitlab_rails['time_zone'] = 'UTC' gitlab_rails['time_zone'] = 'Europe/Berlin'
# gitlab_rails['gitlab_email_enabled'] = true gitlab_rails['gitlab_email_enabled'] = true
# gitlab_rails['gitlab_email_from'] = 'example@example.com' gitlab_rails['gitlab_email_from'] = 'gitlab@warpzone.ms'
# gitlab_rails['gitlab_email_display_name'] = 'Example' gitlab_rails['gitlab_email_display_name'] = 'Gitlab Warpzone'
# gitlab_rails['gitlab_email_reply_to'] = 'noreply@example.com' gitlab_rails['gitlab_email_reply_to'] = 'noreply@warpzone.ms'
# gitlab_rails['gitlab_default_can_create_group'] = true gitlab_rails['gitlab_default_can_create_group'] = false
# gitlab_rails['gitlab_username_changing_enabled'] = true gitlab_rails['gitlab_username_changing_enabled'] = false
# gitlab_rails['gitlab_default_theme'] = 2 # gitlab_rails['gitlab_default_theme'] = 2
# gitlab_rails['gitlab_default_projects_features_issues'] = true # gitlab_rails['gitlab_default_projects_features_issues'] = true
# See http://doc.gitlab.com/ce/customization/issue_closing.html for more information about this pattern. # See http://doc.gitlab.com/ce/customization/issue_closing.html for more information about this pattern.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment