GitHub / Twitter連携の設定をDBに保存するように

This commit is contained in:
syuilo
2018-11-07 13:14:52 +09:00
parent 5675ecead9
commit cb6f390fb6
12 changed files with 632 additions and 476 deletions

View File

@ -40,14 +40,7 @@ export type Source = {
summalyProxy?: string;
accesslog?: string;
twitter?: {
consumer_key: string;
consumer_secret: string;
};
github?: {
client_id: string;
client_secret: string;
};
github_bot?: {
hook_secret: string;
username: string;