Skip to content

Commit

Permalink
add missing enabled configuration for mybadges integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mpfeil committed Oct 30, 2023
1 parent ca4dfce commit 11695a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/config.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
},
"integrations": {
"mybadges": {
"enabled": false,
"queue": "",
"redis": {
"host": "",
Expand Down
1 change: 1 addition & 0 deletions config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const defaults = {
},
integrations: {
mybadges: {
enabled: false,
queue: 'badgr',
redis: {
host: 'localhost',
Expand Down

0 comments on commit 11695a3

Please sign in to comment.