From 11695a33cf0260a62aecbefd76c46735b690be62 Mon Sep 17 00:00:00 2001 From: Matthias Pfeil Date: Mon, 30 Oct 2023 16:52:58 +0100 Subject: [PATCH] add missing enabled configuration for mybadges integration --- config/config.example.json | 1 + config/default.js | 1 + 2 files changed, 2 insertions(+) diff --git a/config/config.example.json b/config/config.example.json index 960251b1..d860f078 100644 --- a/config/config.example.json +++ b/config/config.example.json @@ -86,6 +86,7 @@ }, "integrations": { "mybadges": { + "enabled": false, "queue": "", "redis": { "host": "", diff --git a/config/default.js b/config/default.js index 5ae6434c..094ca8db 100644 --- a/config/default.js +++ b/config/default.js @@ -34,6 +34,7 @@ const defaults = { }, integrations: { mybadges: { + enabled: false, queue: 'badgr', redis: { host: 'localhost',