From 46382db428bd88e14f883e4e037b257605f3fdda Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Sun, 23 Nov 2014 11:07:51 +0530 Subject: [PATCH] config: rebase gitlab config from gitlab-ce 7.5.1 templates --- assets/config/gitlabhq/gitlab.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/assets/config/gitlabhq/gitlab.yml b/assets/config/gitlabhq/gitlab.yml index edb906f7..b0baf28a 100644 --- a/assets/config/gitlabhq/gitlab.yml +++ b/assets/config/gitlabhq/gitlab.yml @@ -33,7 +33,14 @@ production: &base # Uncomment and customize if you can't use the default user to run GitLab (default: 'git') # user: git + ## Date & Time settings + # Uncomment and customize if you want to change the default time zone of GitLab application. + # To see all available zones, run `bundle exec rake time:zones:all` + # time_zone: 'UTC' + ## Email settings + # Uncomment and set to false if you need to disable email sending from GitLab (default: true) + # email_enabled: true # Email address used in the "From" field in mails sent by GitLab email_from: "{{GITLAB_EMAIL}}"