kanbanmod/config/default.js

21 lines
322 B
JavaScript
Executable File

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