From 197b7c5de80b958d2184da30cb76068f63a720b1 Mon Sep 17 00:00:00 2001 From: Evgenii Abramov Date: Mon, 29 Mar 2021 21:16:46 +0300 Subject: [PATCH] Add yandex notification config block --- config.orig.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.orig.js b/config.orig.js index 141e15c..1aea6f8 100644 --- a/config.orig.js +++ b/config.orig.js @@ -1,4 +1,9 @@ module.exports = { + yandex: { + skillId: 'skill_id', + token: 'token' + }, + mqtt: { host: 'localhost', port: 1883,