From cb37c4484109e499d58728d5ebc35c72829be324 Mon Sep 17 00:00:00 2001
From: Tim Allen <tiallen@softlayer.com>
Date: Tue, 14 Jun 2016 15:16:45 -0500
Subject: [PATCH] Reject plugin is enabled by default. Give an empty list for
 plugins.

---
 alerta-api/alertad.conf.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/alerta-api/alertad.conf.sh b/alerta-api/alertad.conf.sh
index fe97075..547545e 100755
--- a/alerta-api/alertad.conf.sh
+++ b/alerta-api/alertad.conf.sh
@@ -13,4 +13,5 @@ OAUTH2_CLIENT_ID = '$CLIENT_ID'
 OAUTH2_CLIENT_SECRET = '$CLIENT_SECRET'
 ALLOWED_EMAIL_DOMAINS = ['$ALLOWED_EMAIL_DOMAIN']
 
+PLUGINS = []
 EOF
-- 
GitLab