Syncing reddit and wekan actors.

This commit is contained in:
2022-06-27 01:38:24 +02:00
commit 096637d46b
6 changed files with 1643 additions and 0 deletions

20
config/default.js Normal file
View File

@@ -0,0 +1,20 @@
module.exports = {
reddit: {
userAgent: 'kanbanmod',
clientId: '',
clientSecret: '',
refreshToken: '',
accessToken: '',
},
interval: 5,
subreddit: 'PornMilestones',
actorCommentKey: 'KANBANNED',
baseActorNames: [],
wekan: {
url: '',
username: '',
password: '',
boardId: '',
listId: '',
},
};