diff options
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" |