<WIP> #52
This commit is contained in:
parent
740ef6a542
commit
2d78329860
4 changed files with 26 additions and 2 deletions
|
|
@ -56,11 +56,15 @@ interface ISource {
|
|||
siteKey: string;
|
||||
secretKey: string;
|
||||
};
|
||||
accesslog: string;
|
||||
twitter: {
|
||||
accesslog?: string;
|
||||
twitter?: {
|
||||
consumer_key: string;
|
||||
consumer_secret: string;
|
||||
};
|
||||
github_bot?: {
|
||||
hook_secret: string;
|
||||
bot_token: string;
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue