summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Mazetto <gabriel@gitlab.com>2016-07-14 03:33:00 +0200
committerGabriel Mazetto <gabriel@gitlab.com>2016-07-14 03:33:00 +0200
commit2d1ef7e4d98ec303c840610b0ccbf401162deb94 (patch)
treeecf29de2f003e1c19c45ee69bbb133776a7c7251
parentfd9214a898d7022edd47176d4432d014d37471e9 (diff)
downloadgitlab-ce-2d1ef7e4d98ec303c840610b0ccbf401162deb94.tar.gz
Synced mail_room.yml with the one in omnibus
Added a comment to remember developers to open merge request to omnibus in future changes of the file.
-rw-r--r--config/mail_room.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/mail_room.yml b/config/mail_room.yml
index febd5f7c1f1..c639f8260aa 100644
--- a/config/mail_room.yml
+++ b/config/mail_room.yml
@@ -1,3 +1,6 @@
+# If you change this file in a Merge Request, please also create
+# a Merge Request on https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests
+#
:mailboxes:
<%
require_relative "lib/gitlab/mail_room" unless defined?(Gitlab::MailRoom)
@@ -12,6 +15,7 @@
:start_tls: <%= config[:start_tls].to_json %>
:email: <%= config[:user].to_json %>
:password: <%= config[:password].to_json %>
+ :idle_timeout: 60
:name: <%= config[:mailbox].to_json %>