From 8006814e45dbaa266e2a7646c43ab34a2ef82428 Mon Sep 17 00:00:00 2001 From: Juuso Tapaninen Date: Wed, 28 Jan 2015 00:15:56 +0200 Subject: [PATCH] Updated config template with Twitter API key format --- config.template.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.template.json b/config.template.json index 73070e0..2647298 100644 --- a/config.template.json +++ b/config.template.json @@ -6,6 +6,12 @@ }, "github": { "token": "" + }, + "twitter": { + "consumerKey": "", + "consumerSecret": "", + "token": "", + "tokenSecret": "" } } }