From 9ceda11380f7bfd51f67fc185c1402cb2fa8d779 Mon Sep 17 00:00:00 2001 From: Chad Fawcett Date: Sat, 24 Jan 2015 15:05:15 -0800 Subject: [PATCH] Config examples should reflect new email storing model --- emails.example.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/emails.example.json b/emails.example.json index a48db88..b4c12f7 100644 --- a/emails.example.json +++ b/emails.example.json @@ -1,6 +1,3 @@ { - "secret_key": { - "email": "name@domain.com", - "name": "Full Name" - } + "secret_key": "name@domain.com" }