Updated config template with Twitter API key format

This commit is contained in:
Juuso Tapaninen
2015-01-28 00:15:56 +02:00
parent e77f87de69
commit 8006814e45

View File

@@ -6,6 +6,12 @@
},
"github": {
"token": ""
},
"twitter": {
"consumerKey": "",
"consumerSecret": "",
"token": "",
"tokenSecret": ""
}
}
}