kanbanmod/config/default.js

21 lines
334 B
JavaScript

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