From 8033dae42db633766d7eb186cb0d2db701b0cc11 Mon Sep 17 00:00:00 2001 From: Mathew Henson Date: Tue, 18 Oct 2016 10:55:50 +0100 Subject: [PATCH] Updated example json to include mail section --- src/dist-files/example-config.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/dist-files/example-config.json b/src/dist-files/example-config.json index b5c94a1..ffbc950 100644 --- a/src/dist-files/example-config.json +++ b/src/dist-files/example-config.json @@ -42,12 +42,16 @@ "email": "root_email@host.com", "password": "CHANGE_THIS_PASSWORD" }, + "mail": { + "type": "mailgun", + "from": "webinate", + "options": { + "domain": "", + "apiKey": "" + } + }, "google": { "keyFile": "", - "mail": { - "apiEmail": "", - "from": "" - }, "bucket": { "projectId": "", "bucketsCollection": "buckets",