Add yandex notification config block

This commit is contained in:
Evgenii Abramov
2021-03-29 21:16:46 +03:00
parent 33b27f1ff1
commit 197b7c5de8

View File

@@ -1,4 +1,9 @@
module.exports = {
yandex: {
skillId: 'skill_id',
token: 'token'
},
mqtt: {
host: 'localhost',
port: 1883,