summaryrefslogtreecommitdiff
path: root/spec/fixtures/mail_room_disabled.yml
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2016-02-26 18:48:13 -0800
committerDouwe Maan <douwe@selenight.nl>2016-02-26 18:48:13 -0800
commitbbdb9ba0361496d04d211c2a6f75c94e7df9d8f7 (patch)
treef09cb28100f066de404a63e3988f6cab49bb5ec7 /spec/fixtures/mail_room_disabled.yml
parent01160fc06182de89c400af174861f6545ad6ceb8 (diff)
downloadgitlab-ce-bbdb9ba0361496d04d211c2a6f75c94e7df9d8f7.tar.gz
Don't load all of GitLab in mail_room
Fixes #12731
Diffstat (limited to 'spec/fixtures/mail_room_disabled.yml')
-rw-r--r--spec/fixtures/mail_room_disabled.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/spec/fixtures/mail_room_disabled.yml b/spec/fixtures/mail_room_disabled.yml
new file mode 100644
index 00000000000..97f8cff051f
--- /dev/null
+++ b/spec/fixtures/mail_room_disabled.yml
@@ -0,0 +1,11 @@
+test:
+ incoming_email:
+ enabled: false
+ address: "gitlab-incoming+%{key}@gmail.com"
+ user: "gitlab-incoming@gmail.com"
+ password: "[REDACTED]"
+ host: "imap.gmail.com"
+ port: 993
+ ssl: true
+ start_tls: false
+ mailbox: "inbox"