From 6bced5d9ee4cd02ca8f05a1ed4a077c588d23543 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Sat, 30 May 2015 12:09:04 -0500 Subject: [PATCH] Set default flag report email variable to array --- config.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json.example b/config.json.example index fd72ea4ce9..36ef568779 100644 --- a/config.json.example +++ b/config.json.example @@ -21,7 +21,7 @@ "NEW_RELIC_APPLICATION_ID":"NEW_RELIC_APPLICATION_ID", "NEW_RELIC_API_KEY":"NEW_RELIC_API_KEY", "GA_ID": "GA_ID", - "FLAG_REPORT_EMAIL": "email@mod.com", + "FLAG_REPORT_EMAIL": ["email@mod.com"], "EMAIL_SERVER": { "url": "http://example.com", "authUser": "user",