From 2d78329860795c8a2a4f2cd4eb8cd09945a93294 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 1 Feb 2017 00:12:49 +0900 Subject: #52 --- src/config.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/config.ts') diff --git a/src/config.ts b/src/config.ts index 2b61bb89a5..e63e3c05ae 100644 --- a/src/config.ts +++ b/src/config.ts @@ -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; + }; } /** -- cgit v1.2.3-freya