diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2015-02-15 01:28:50 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2015-05-06 13:15:33 +0200 |
commit | b4be7aed7711e51becb3be29ed82d6753cc73cc4 (patch) | |
tree | baa0f7c67124cdbcb072a6d3834bb9c66f9b0936 /config/gitlab.teatro.yml | |
parent | 7af59c54fc1fcf9d19927e76be49318689684f8b (diff) | |
download | gitlab-ce-b4be7aed7711e51becb3be29ed82d6753cc73cc4.tar.gz |
Allow to configure smtp and sendmail in gitlab.yml
Diffstat (limited to 'config/gitlab.teatro.yml')
-rw-r--r-- | config/gitlab.teatro.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config/gitlab.teatro.yml b/config/gitlab.teatro.yml index f0656400beb..07133503843 100644 --- a/config/gitlab.teatro.yml +++ b/config/gitlab.teatro.yml @@ -7,8 +7,6 @@ production: &base user: root - email_from: example@example.com - support_email: support@example.com default_projects_features: @@ -19,6 +17,9 @@ production: &base snippets: false visibility_level: "private" # can be "private" | "internal" | "public" + outgoing_emails: + from: example@example.com + issues_tracker: gravatar: @@ -75,6 +76,8 @@ test: gitlab: host: localhost port: 80 + outgoing_emails: + delivery_method: :test issues_tracker: redmine: title: "Redmine" |