1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 15:36:06 +02:00
This commit is contained in:
syuilo
2017-02-01 00:12:49 +09:00
parent 740ef6a542
commit 2d78329860
4 changed files with 26 additions and 2 deletions

View File

@@ -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;
};
}
/**