Syncing reddit and wekan actors.
This commit is contained in:
20
config/default.js
Normal file
20
config/default.js
Normal 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: '',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user