kanbanmod/config/default.js

21 lines
322 B
JavaScript
Raw Permalink Normal View History

2022-06-26 23:38:24 +00:00
module.exports = {
reddit: {
userAgent: 'kanbanmod',
clientId: '',
clientSecret: '',
refreshToken: '',
accessToken: '',
},
interval: 600,
2022-06-26 23:46:16 +00:00
subreddit: '',
2022-06-26 23:38:24 +00:00
actorCommentKey: 'KANBANNED',
baseActorNames: [],
wekan: {
url: '',
username: '',
password: '',
boardId: '',
listId: '',
},
};