diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-05-06 17:39:18 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-05-06 17:39:18 +0300 |
commit | 317ed1fa9034eba91af95b2e98a3576497cbaf3a (patch) | |
tree | 5aecfc4a32e2a784211cfc1fa3d37b49ca791f66 /config/gitlab.teatro.yml | |
parent | 86ec49add45d95f67fda749758d07a26ee030989 (diff) | |
download | gitlab-ce-317ed1fa9034eba91af95b2e98a3576497cbaf3a.tar.gz |
Revert "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, 2 insertions, 5 deletions
diff --git a/config/gitlab.teatro.yml b/config/gitlab.teatro.yml index 07133503843..f0656400beb 100644 --- a/config/gitlab.teatro.yml +++ b/config/gitlab.teatro.yml @@ -7,6 +7,8 @@ production: &base user: root + email_from: example@example.com + support_email: support@example.com default_projects_features: @@ -17,9 +19,6 @@ production: &base snippets: false visibility_level: "private" # can be "private" | "internal" | "public" - outgoing_emails: - from: example@example.com - issues_tracker: gravatar: @@ -76,8 +75,6 @@ test: gitlab: host: localhost port: 80 - outgoing_emails: - delivery_method: :test issues_tracker: redmine: title: "Redmine" |